A subversive card game
Go to file
2021-05-08 22:12:38 -05:00
back Fix a minor bug 2021-05-08 22:12:38 -05:00
core Remove unnecessary stuff from core 2021-05-06 20:22:13 -05:00
front Correctly implement end of game 2021-05-08 21:06:42 -05:00
.gitignore Update README.md 2021-05-05 22:28:54 -05:00
build Add run script 2021-05-08 18:20:25 -05:00
env Add run script 2021-05-08 18:20:25 -05:00
LICENSE Create LICENSE 2021-05-06 20:52:13 +00:00
README.md Update README.md 2021-05-08 18:21:35 -05:00
run Update run script 2021-05-08 18:52:13 -05:00

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.