Skip to content

Commit

Permalink
fix: chmod and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robot9706 committed Oct 4, 2023
1 parent eef94be commit d3b28ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ TODO: One liner `docker run`
4. Develop

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

> Make sure the `dev-traefik` container is running as it routes the traffic between the frontend and the backend

0 comments on commit d3b28ad

Please sign in to comment.