diff options
author | Anthony Wang | 2021-05-06 21:19:12 -0500 |
---|---|---|
committer | Anthony Wang | 2021-05-06 21:19:12 -0500 |
commit | 1c058f70bcc76ed4533fd9752609b3e914b9ed44 (patch) | |
tree | 44869761aa47f9807ebe76c395a9b389d7caf466 | |
parent | 34e1da1787aeb7219d6cc3d1a4d6df27c14ac34f (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |