Landing Page for Nashville Creative Coders Meetup
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
cd src
gulp serve