This is the main tankwars web site. Check out TankWars.Serverless.Camp to see it in action.
- install jekyll
- run
npm install
to fetch the dependencies - run
jekyll serve
and the site will show up @ localhost:4000
A Jekyll Plugin rebuilds the javascript and CSS, so as soon as you change a file on the disk, it will be rebuilt for you.
- To add a new CSS file, make sure to link it from style/main.css.
- To add a new JS library to the match page, link it from scripts/init-match-page.js
- To add a new JS library to the test page, link it from scripts/init-test-page.js