Skip to content

jpbochi/duelo-v2015

Repository files navigation

Duelo

Circle CI duelo@heroku

Dependency Status devDependency Status Code Climate

Trello board

Development setup

The only requirement is docker 1.7.0 or greater, and make.

  • Run tests with make test.
  • Start local server with make dev-up.
    • Try make localurl to see where your local server is running.
  • Get inside a development-ready container with make dev. There you'll be able to run node, npm, and grunt

Deployment

Deployment to heroku is fully automated through travis-ci. Any successful build on master will be deployed.

If you want to make a manual deploy

  1. First, download and install heroku toolbelt.
  2. Run this once: heroku git:remote -a duelo
  3. To deploy, then run this: make test && git push heroku master