Skip to content

jsunconf/2016.jsunconf.eu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2012.jsunconf.eu

The website for the JS Unconf 2015. It is developed with Metalsmith.

Set up

Clone the repo, install the npm modules.

npm install

Develop

Start the preview server:

npm start

Build

To build the static site run:

npm run build

Deploy

Run deploy to build and deploy the build to the gh-pages branch:

npm run deploy

This will be done by travis as soon as something gets on the master branch.

Releases

No releases published

Packages

No packages published