Skip to content

travm/cinch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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