Update README.md

This commit is contained in:
Anthony Wang 2021-05-06 21:19:12 -05:00
parent 34e1da1787
commit 1c058f70bc
Signed by: a
GPG key ID: 6FD3502572299774

View file

@ -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`.