git clone [email protected]:TakenokoChocoHolic/CodeTengoku.git
cd CodeTengoku
git remote add heroku [email protected]: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