/fellows

Website for fellows.frictionlessdata.io Lektor project

Primary LanguageCSS

This site is built with Lektor.

At time of writing there is no Lektor GUI client for Mac. Instead, install Lektor from the commandline with:

$ pip install Lektor

With Lektor installed, start the development server with:

$ lektor serve

It has a bunch of dependencies, so do npm install and then npm run build.

grunt will watch for changes to your SCSS files, and also icons (see svgstore).

This repo is configured to deploy to Github pages when published.