aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-05-08 18:21:35 -0500
committerAnthony Wang2021-05-08 18:21:35 -0500
commit78f5b677eae35a00bfdf8cd7fdcae2e0cb535926 (patch)
tree4c58614bb3fcf1449098bc9fee1c233ca528bf4a
parent89507279cfa49e94d2d635df0b6210b5a188336b (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5ce543b..9f8f7e8 100644
--- a/README.md
+++ b/README.md
@@ -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`.