npm install # Install dependencies
git remote add heroku https://git.heroku.com/tttrio.git # Deploy endpoint
npm test
# Run the server in the background
npm start
open http://localhost:8125
To stop the server
npm run stop
npm run deploy
npm install # Install dependencies
git remote add heroku https://git.heroku.com/tttrio.git # Deploy endpoint
npm test
# Run the server in the background
npm start
open http://localhost:8125
To stop the server
npm run stop
npm run deploy