Install all dependencies:
npm installDownload and install the Heroku CLI.
Log into heroku
heroku loginAdd heroku repository as a remote
heroku git:remote -a draw-my-guessThis 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 localOpen https://localhost:5555 in you browser.
Deploy to heroku
npm run deployGo to https://draw-my-guess.herokuapp.com/
You can quickly verify the code this way:
npm run verify