Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 396 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 396 Bytes

2018.jsunconf.eu

The website for the JS Unconf 2018. 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

The site will be served from the docs folder via Github Pages.