aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Wang2021-05-06 21:19:12 -0500
committerAnthony Wang2021-05-06 21:19:12 -0500
commit1c058f70bcc76ed4533fd9752609b3e914b9ed44 (patch)
tree44869761aa47f9807ebe76c395a9b389d7caf466 /README.md
parent34e1da1787aeb7219d6cc3d1a4d6df27c14ac34f (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3b9d628..5ce543b 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@
The card game BS, 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.
+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`.