aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-05-06 08:28:29 -0500
committerAnthony Wang2021-05-06 08:28:29 -0500
commit10ba8f8ecdf11acaf177dd310d12c53798852efc (patch)
treeab6d61738bfccf8738ab47e7d179d047442f40f6
parent417524271d96d44784752d3de77b3b460bf829cd (diff)
Update README
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 258d4e7..2d4c818 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,5 @@
# BSX
The card game B.S., but better! Currently under development.
+
+## 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.