Install all dependencies:
npm install
Download and install the Heroku CLI.
Log into heroku
heroku login
Add heroku repository as a remote
heroku git:remote -a draw-my-guess
This project uses Prettier. It is recomended to set up auto format for your editor of choice. You can find a guide here.
Run on local development server:
npm run local
Open https://localhost:5555 in you browser.
Deploy to heroku
npm run deploy
Go to https://draw-my-guess.herokuapp.com/
You can quickly verify the code this way:
npm run verify