From 78f5b677eae35a00bfdf8cd7fdcae2e0cb535926 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sat, 8 May 2021 18:21:35 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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`.