aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9f8f7e8826651a3707efc12d74f6ca42aeae6cb3 (plain)
1
2
3
4
5
6
7
8
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`.