blob: 5ce543b007f0c986e93c095e7afdc86961f16528 (
plain)
1
2
3
4
5
|
# BSX
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 with `npm run build`.
|