|
|
@@ -114,7 +114,7 @@ cd packages/dev-server
|
|
|
If you are making changes to the admin ui, you need to start the admin ui independent from the dev-server:
|
|
|
|
|
|
1. `cd packages/admin-ui`
|
|
|
-2. `npm run start`
|
|
|
+2. `npm run dev`
|
|
|
3. Go to http://localhost:4200 and log in with "superadmin", "superadmin"
|
|
|
|
|
|
This will auto restart when you make changes to the admin ui. You don't need this step when you just use the admin ui just
|