Update README.md
This commit is contained in:
parent
89507279cf
commit
78f5b677ea
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
# BSX
|
||||
The card game BS, but better! Currently under development.
|
||||
|
||||
## Production deployment
|
||||
|
||||
Edit the environmental variables in `./env` and use the script `./run`.
|
||||
|
||||
## 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 with `npm run build`.
|
||||
|
|
Loading…
Reference in a new issue