.md
A slim wiki based on PHP and markdown
Install grunt globally:
sudo npm install -g grunt-cli
Install grunt dependency in project:
cd src npm install
Build client:
cd src grunt
Build automatically on source changes (watch mode):
cd src grunt watch
Slim wiki is inspired by Wikitten.