Update README

This commit is contained in:
Anthony Wang 2021-05-06 08:28:29 -05:00
parent 417524271d
commit 10ba8f8ecd
Signed by: a
GPG key ID: 6FD3502572299774

View file

@ -1,2 +1,5 @@
# BSX
The card game B.S., 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.