This is the public website for Netlify.
It's built with Jekyll, but replaces Jekyll's asset pipeline with Gulp and uses Browsersync in development mode.
Clone the repository and then run:
bundle install
npm install
To run in development mode with BrowserSync and Sass compilation run:
gulp
To build the site run:
gulp build