McCarthyism/README.md

6 lines
257 B
Markdown
Raw Normal View History

2021-04-30 01:54:06 +00:00
# BSX
2021-05-06 15:40:03 +00:00
The card game BS, but better! Currently under development.
2021-05-06 13:28:29 +00:00
## Developing
2021-05-07 02:19:12 +00:00
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`.