Skip to content

TakenokoChocoHolic/CodeTengoku

Repository files navigation

Build Status

How to start developing

git clone [email protected]:TakenokoChocoHolic/CodeTengoku.git
cd CodeTengoku
git remote add heroku [email protected]:almond-choco.git

How to compile

cd CodeTengoku
npm install
npm install -g typescript
make clean all

Push commits into GitHub repository

git push

When pushing commits int GitHub repos, the code is tested automatically with Travis CI.

Push commits into Heroku for deploying

git push heroku master