exp-docs

Contributing documentation

Running exp-docs locally

You must have jekyll installed. For OSX that installation might look something like

~ $ cd exp-docs
~/exp-docs $ gem install jekyll

Then just run it with

~/exp-docs $ jekyll serve

It should serve at localhost:4009.