Skip to content

Commit 4fd541f

Browse files
committed
feat(docs): updated readme for instructions for Dashboard
1 parent 41b1b44 commit 4fd541f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,23 @@ Start:
464464
465465
This will run in the foreground of the terminal until you stop it with Ctrl+C.
466466
467+
## Using Dashboard
468+
469+
To start the dashboard run the following command:
470+
471+
```
472+
//To start the dashboard service:
473+
npm run dev:dashboard
474+
475+
//use DB_PORT variable to set the port of the dashboard
476+
```
477+
478+
```
479+
To start the UI
480+
//navigate to dashboard-ui folder
481+
482+
npm run start
483+
```
467484
## Tests
468485
469486
### Unit tests

0 commit comments

Comments
 (0)