The website for the JS Unconf 2018. It is developed with Metalsmith.
Clone the repo, install the npm modules.
npm install
Start the preview server:
npm start
To build the static site run:
npm run build
The site will be served from the docs folder via Github Pages.