jpbochi / duelo-v2015

A board game

Home Page:http://duelo.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A board game

http://duelo.herokuapp.com/


Languages

Language:JavaScript 85.2%Language:HTML 5.0%Language:Shell 4.7%Language:Makefile 3.2%Language:MAXScript 1.5%Language:CSS 0.4%