You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# When navigating to http://localhost:3000 you will be prompt to the login page, you can use our demo login details:
@@ -260,14 +260,14 @@ yarn dev # http://localhost:3000
260
260
# Password: demo_password!
261
261
262
262
# Or run in production mode
263
-
#yarn build
264
-
#yarn start # http://localhost:8080
263
+
#pnpm build
264
+
#pnpm start # http://localhost:8080
265
265
```
266
266
267
267
Notes:
268
268
269
-
- If you change files inside `/packages/common` you should run `yarn common-build` before `yarn dev`
270
-
- If you change files inside `/packages/warehouses` you should run `yarn warehouses-build` before `yarn dev`
269
+
- If you change files inside `/packages/common` you should run `pnpm common-build` before `pnpm dev`
270
+
- If you change files inside `/packages/warehouses` you should run `pnpm warehouses-build` before `pnpm dev`
271
271
- If you rename files the container might not recognise the changes. To fix this, stop the containers and start again.
272
272
- If you need to change any of the environment variables, you can do so by editing `.env.development.local` and re-run the `docker compose up` command mentioned above
0 commit comments