git clone git@github.com:TakenokoChocoHolic/CodeTengoku.git
cd CodeTengoku
git remote add heroku git@heroku.com:almond-choco.git
cd CodeTengoku
npm install
npm install -g typescript
make clean all
git push
When pushing commits int GitHub repos, the code is tested automatically with Travis CI.
git push heroku master