diff options
author | Anthony Wang | 2021-05-06 08:28:29 -0500 |
---|---|---|
committer | Anthony Wang | 2021-05-06 08:28:29 -0500 |
commit | 10ba8f8ecdf11acaf177dd310d12c53798852efc (patch) | |
tree | ab6d61738bfccf8738ab47e7d179d047442f40f6 | |
parent | 417524271d96d44784752d3de77b3b460bf829cd (diff) |
Update README
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |