Skip to content

nashcc/nashcc.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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