Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 438 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 438 Bytes

Netlify Homepage

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.

Installing & Building

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