Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 649 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 649 Bytes

Build Status

How to start developing

git clone git@github.com:TakenokoChocoHolic/CodeTengoku.git
cd CodeTengoku
git remote add heroku git@heroku.com: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