-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,16 +36,16 @@ npm i -g yarn | |
Start protofy: | ||
|
||
```sh | ||
yarn && yarn start | ||
yarn && yarn dev | ||
``` | ||
|
||
## Access the system | ||
|
||
Once the system is running you can go to `http://localhost:3000` to see the web app. The first run can take some time (1-2 minutes), because it compiles the site for the first time. | ||
Once the system is running you can go to `http://localhost:8000` to see the web app. The first run can take some time (1-2 minutes), because it compiles the site for the first time. | ||
*Reminder: If you have problems accessing the services, remember to check your firewall configuration.* | ||
|
||
## πββοΈ Adding a user | ||
The first time you run the starter you won't have users. You can easily create one on `http://localhost:3000/auth/login` but this one will be a normal user. If you want to create an admin user you can do it by running the following command: | ||
The first time you run the starter you won't have users. You can easily create one on `http://localhost:8000/auth/login` but this one will be a normal user. If you want to create an admin user you can do it by running the following command: | ||
|
||
```sh | ||
yarn add-user [email protected] password admin | ||
|
@@ -63,4 +63,4 @@ yarn add-user [email protected] password user | |
## π¨ Workspace | ||
Once you've logged in you will be able to access the workspace. The workspace (or admin panel) is the place where you can create and manage your system entities, like pages, apis, devices, users, objects, etc... | ||
|
||
Want to know more about the workspace? Check the [workspace](workspace.md) documentation. | ||
Want to know more about the workspace? Check the [workspace](workspace.md) documentation. |