diff options
author | Anthony Wang | 2021-05-06 15:40:03 +0000 |
---|---|---|
committer | GitHub | 2021-05-06 15:40:03 +0000 |
commit | b6c0b494f0f011ed29e760f98c7ed63bd8a21b80 (patch) | |
tree | d87cb1b8462b8685f9959ed92f269e6947086744 /README.md | |
parent | 8e93a5c616548bb96c682f00d4702c48072d943c (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # BSX -The card game B.S., but better! Currently under development. +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. |