Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 493 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 493 Bytes

2014.jsunconf.eu

The website for the JS Unconf 2014. It is developed with Wintersmith.

Set up

Clone the repo, install wintersmith and the npm modules. Also sass is needed.

npm install
(sudo) npm install -g wintersmith
gem install sass

Develop

Start the preview server:

wintersmith preview

Build

To build the static site run:

wintersmith build

Now copy the build folder to the server! (Or the correct branch.)