Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 663 Bytes

MADKUDU_README.md

File metadata and controls

38 lines (22 loc) · 663 Bytes

This API documentation is based on the open-source Slate project. You can read the original readme [./README.md]

Editing

To edit the API doc, simply modify [./source/index.html.md]

Testing locally

Installing

You should need to do this only once per machine.

Install Ruby

brew install ruby23

IMPORTANT: Slate currently does not work with Ruby 2.4

Install dependencies

bundle install

Starting the server

bundle exec middleman server

Your local docs should now be available at http://localhost:4567

Deploying

Codeship will automatically deploy once you merge into the master branch