You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
back | 3 weeks ago | |
core | 4 months ago | |
front | 3 weeks ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 4 months ago | |
run | 1 month 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
.