A subversive card game
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Anthony Wang a13b6f46a0
Flip over red cards inatead of black
11 months ago
back Flip over red cards inatead of black 11 months ago
core Update npm packages 1 year ago
front Flip over red cards inatead of black 11 months ago
.gitignore Update README.md 2 years ago
LICENSE Create LICENSE 2 years ago
README.md Reformat README 1 year ago
run Use correct backend URL 12 months ago

README.md

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.