A simple, pure, and efficient CSS micro-framework.
Cinch uses gulp to build and pre-process CSS using Myth. When developing new features, run:
npm install
gulp
The documentation website is statically generated using Punch. To view the website as you are developing, run:
cd site
punch server
When it comes time to generate the pages and push them to Github, run:
cd site
punch generate
cd ..
gulp deploy