The website for the JS Unconf 2014. It is developed with Wintersmith.
Clone the repo, install wintersmith and the npm modules. Also sass is needed.
npm install
(sudo) npm install -g wintersmith
gem install sass
Start the preview server:
wintersmith preview
To build the static site run:
wintersmith build
Now copy the build
folder to the server! (Or the correct branch.)