To run locally

  • Install Vagrant, create VM & ssh into it
vagrant up
vagrant ssh
  • Build & run docker containers
cd /drawclash
docker-compose build
docker-compose run web /drawclash/bin/setup
docker-compose up

Codeship badge