Skip to content

Commit 8e13d76

Browse files
committed
Update README
1 parent 2d974e7 commit 8e13d76

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
- Install [postgreSQL](https://www.postgresql.org/) if you don't have it already and create a database ( there is also a docker compose file if you prefer using docker, just run `docker-compose up` inside the backend folder)
1111
- Create an empty `.env` file in `/backend`, copy `/backend/.env.example` contents into it, and fill in your database username and password.
1212
- `pnpm install`
13-
- `npm run start:back`
14-
- `npm run start:front` in another terminal tab
15-
- App should now be running on `http://localhost:8080/`
13+
- `npm run dev`
14+
- App should now be running on `http://localhost:5137/`
1615

1716
## Inspiration and Why? 🤷‍♀️
1817

0 commit comments

Comments
 (0)