diff options
author | Anthony Wang | 2021-05-08 18:21:35 -0500 |
---|---|---|
committer | Anthony Wang | 2021-05-08 18:21:35 -0500 |
commit | 78f5b677eae35a00bfdf8cd7fdcae2e0cb535926 (patch) | |
tree | 4c58614bb3fcf1449098bc9fee1c233ca528bf4a | |
parent | 89507279cfa49e94d2d635df0b6210b5a188336b (diff) |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ # BSX The card game BS, but better! Currently under development. +## Production deployment + +Edit the environmental variables in `./env` and use the script `./run`. + ## 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 with `npm run build`. |