The website for the JS Unconf 2015. It is developed with Wintersmith.
Clone the repo, install wintersmith and the npm modules.
npm install
bower install
(sudo) npm install -g wintersmithStart the preview server:
wintersmith previewTo build the static site run:
wintersmith buildRun make to build and deploy the build to the gh-pages branch:
make