A subversive card game
Go to file
2021-05-06 20:52:13 +00:00
back Fix typo 2021-05-06 08:47:29 -05:00
core Change name 2021-04-30 07:59:05 -05:00
front Move front.md into correct folder 2021-05-06 08:28:22 -05:00
.gitignore Update README.md 2021-05-05 22:28:54 -05:00
LICENSE Create LICENSE 2021-05-06 20:52:13 +00:00
README.md Update README.md 2021-05-06 15:40:03 +00:00

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.