Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 503 Bytes

File metadata and controls

25 lines (20 loc) · 503 Bytes

Cinch

A simple, pure, and efficient CSS micro-framework.

Contributing

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