Update README.md

This commit is contained in:
Anthony Wang 2021-05-06 15:40:03 +00:00 committed by GitHub
parent 8e93a5c616
commit b6c0b494f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# BSX
The card game B.S., but better! Currently under development.
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.