Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 449 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 449 Bytes

City Chiropractor

The build is using Assemble and Grunt to crunch the templates and create a static site.

To run this project you will need:

Grunt tasks

  • grunt serve packages up the site and serves it at localhost:8000
  • grunt build compile the site into ./dist directory
  • grunt publish publishes to github pages