Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 338 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 338 Bytes

czs

Site generator for crazysauce.com

Setup and iterate

npm install -g grunt && npm install && grunt watch
# in another terminal
cd docs && python -m SimpleHTTPServer
# visit http://localhost:8000/ in your browser

Deployment

This is on github pages, so just build and commit the outputs.

grunt build