Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 328 Bytes

File metadata and controls

20 lines (10 loc) · 328 Bytes

The Floatie Conference Website

Get Started

You'll need node and gulp-cli installed.

If you don't have gulp installed globally run

$ npm install -g gulp-cli

To start developing, install dependencies:

$ npm install

and then start the dev server with live reloading by running:

$ gulp

Happy Coding