Skip to content

floridahackers/floatie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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