- `git clone git@github.com:sghiassy/QBO-Convertor.git`
- `cd QBO-Conertor`
- `npm install`
- `npx grunt`
- `npm start`
This repo is set to automatically deploy to Heroku once the Travis CI job passes
NOTE: This is no longer required
Install Heroku CLI: https://devcenter.heroku.com/articles/heroku-command-line
If this is the first time cloning the repo, add the Heroku endpoint
- git remote add heroku git@heroku.com:qbo-converter.git
else, you can just deploy
- git push heroku master