This project is a multi-player and cross-device game experiment about net neutrality.
Made with ❤️ and :
nvm use
-
Go to
client/
folder -
Install dependencies
yarn install
-
Run app
yarn start
-
Go to
server/
folder -
Install dependencies
yarn install
-
Run server
yarn server
Optional : If you want to run client and server with one command follow these steps
-
Go to
/
folder -
Install dependencies
yarn install
-
Run client and server
yarn dev
-
Go to
client/
folder -
Build app
yarn build
-
Go to
server/
folder -
Build server
yarn build
-
Commit your changes (and your build folder)
-
Go to
/
folder -
Push to heroku
git subtree push --prefix server heroku master
If your are this issue try this :
git push heroku `git subtree split --prefix server master`:master --force