Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecmart authored Mar 6, 2025
1 parent 8f935c6 commit c557d18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

0 comments on commit c557d18

Please sign in to comment.