A web app for experimenting with Clash of Clans base layouts.
This app only runs in a browser with support for the new GeometryUtils API. Currently this means Firefox 36+.
This app uses the Jekyll site generator.
You will need ruby
and the bundler
gem installed. Then clone this repo and run bundle install
to install the required gems.
Checkout the branch you wish to deploy (not gh-pages
) and run bundle exec rake
. The task will generate the site, commit the changes to the gh-pages
branch and push to Github.