/playbook

SocietyPro Developer Playbook

Primary LanguageJavaScript

Society Pro Playbook

View the playbook generated by this repo at http://sopro.guide
You can also find it at http://societypro.github.io/playbook/

Developer Usage

Dependencies:

You first need npm and nodejs.

Build the Playbook:

npm install -g grunt-cli
git clone https://github.com/SocietyPro/playbook.git
cd playbook/src
npm install
grunt
cd ..
http-server
firefox localhost:8080

Edit or add Markdown under the src/markdown directory

Add Jade code that loads the markdown into a template

Open src/index.jade and edit it to include your markdown.

In general you will add a line like: include:md teamwork/test.md.

See also: jade reference, markdown reference