Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 426 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 426 Bytes

nashcc.github.io

Landing Page for Nashville Creative Coders Meetup

To Build

The root of this repository is actually the build output directory. This is because Github Pages requires index.html to be in the root of the repo. Because of this, you must run all gulp (bower, npm, etc) commands from within the src directory.

cd src
gulp build

To Run

cd src
gulp serve