Update README.md
This commit is contained in:
parent
34e1da1787
commit
1c058f70bc
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
|||
The card game BS, but better! Currently under development.
|
||||
|
||||
## Developing
|
||||
You can use `NEXT_PUBLIC_BACK_HOST=localhost:4000 npm run dev` to run the frontend and `PORT=4000 node dist/index.js` to run the backend after building it.
|
||||
You can use `NEXT_PUBLIC_BACK_HOST=localhost:4000 npm run dev` to run the frontend and `PORT=4000 node dist/index.js` to run the backend after building it with `npm run build`.
|
||||
|
|
Loading…
Reference in a new issue