Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 725 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 725 Bytes

Clash of Clans base builder

A web app for experimenting with Clash of Clans base layouts.

Warning

This app only runs in a browser with support for the new GeometryUtils API. Currently this means Firefox 36+.

To run locally

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.

To deploy to Github pages

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.