A subversive card game
Go to file
Anthony Wang a13b6f46a0
Flip over red cards inatead of black
2022-05-03 10:57:27 -05:00
back Flip over red cards inatead of black 2022-05-03 10:57:27 -05:00
core Update npm packages 2022-01-12 14:34:28 -06:00
front Flip over red cards inatead of black 2022-05-03 10:57:27 -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 Reformat README 2022-01-13 18:11:36 -06:00
run Use correct backend URL 2022-04-11 22:22:46 -05:00

McCarthyism

A subversive card game.

Getting started

Clone this repository, then run npm install in front and back.

Developing

You can use npm run build to build the frontend and backend. 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.

You could also run NEXT_PUBLIC_BACK_HOST='https://server.exozy.me' npm run dev if you are only developing the frontend and connecting to the public backend server.

Production deployment

Edit and run the script ./run.