Skip to content

Commit

Permalink
doc: fix startup
Browse files Browse the repository at this point in the history
  • Loading branch information
robot9706 committed Oct 5, 2023
1 parent 7d1c5a3 commit e56ceee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you're worried or don’t know where to start, check out our next section exp

4. Develop

1. Goto `web/backend` and run `npm start`
1. Goto `web/backend` and run `npx prisma migrate dev` to apply migrations then start using `npm start`
2. Goto `web/frontend` and run `npm start`
3. The app will be available on `localhost:8000`

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@

4. Develop

1. Goto `web/backend` and run `npm start`
2. Goto `web/frontend` and run `npx prisma migrate dev` to apply migrations then start using `npm start`
1. Goto `web/backend` and run `npx prisma migrate dev` to apply migrations then start using `npm start`
2. Goto `web/frontend` and run `npm start`
3. The app will be available on `localhost:8000`
</br>
> Make sure the `dev-traefik` container is running as it routes the traffic between the frontend and the backend

0 comments on commit e56ceee

Please sign in to comment.