Skip to content

PruvoNet/apiDocs

Repository files navigation

Api docs for Pruvo

See https://developers.pruvo.com for the published version

Development

To test locally, run

bundle exec middleman server

and go http://localhost:4567 for the published version

To publish, run

./deploy.sh

Documentation can be found at https://github.com/lord/slate

Setup

Prerequisites

You're going to need:

  • Linux or macOS — Windows may work, but is unsupported.
  • Ruby, version 2.3.1 or newer
  • Bundler — If Ruby is already installed, but the bundle command doesn't work, just run gem install bundler in a terminal.

Getting Set Up

bundle install