Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 569 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 569 Bytes

Build Status

RTS yeah

How to start developing

git clone [email protected]:TakenokoChocoHolic/electric-rain.git
cd electric-rain
git remote add heroku [email protected]:electric-rain-8443.git

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