demo site: http://dhornbein.github.io/delegatescampaign
git clone git@github.com:dhornbein/delegatescampaign.git
cd delegatescampaign
npm install
- Build the site using the following command:
npm run build
- Visit the compiled
buildfolder to see the built site
Deploy the site by running:
npm run ghdeploy
- Run the following command to build, watch and serve the site:
npm start
- Visit
0.0.0.0:8000in your browser - Visit
0.0.0.0:8000/stylguidefor the style guide
- Metalsmith static site generator
- Swig template engine
- SASS CSS pre-processor
- Grunt for automating tasks