Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 818 Bytes

File metadata and controls

18 lines (13 loc) · 818 Bytes

Grind Framework

Grind Documentation

This is the main documentation for Grind and powers grind.rocks/docs

Good documentation is key for any framework and contributions are encouraged! The docs are built in markdown so you should be able to easily fork and edit.

If you’d prefer to edit locally an view them as you work, you can setup the Grind site:

git clone https://github.com/grindjs/site.git grind-site
cd grind-site/resources
git clone https://github.com/grindjs/docs.git && cd ..
yarn install
bin/cli watch

Once running, navigate to localhost:3900/docs.