Skip to content

AugurProject/v1-docs

 
 

Repository files navigation

Augur JavaScript API documentation

This repository is for the documentation files at https://docs.augur.net. If you would like to submit a PR for these docs, the Markdown files to edit are in https://github.com/AugurProject/docs/tree/master/source/includes.

To view your changes locally before creating a PR, open a terminal and run:

brew install rbenv
rbenv install 2.3.3
rbenv local 2.3.3
rbenv global 2.3.3
brew install v8

Then open ~/.bash_profile and add the line:

eval "$(rbenv init -)"

Save ~/.bash_profile and run:

gem install therubyracer
gem install libv8 -v '3.16.14.7' --with-system-v8
gem install bundler

Navigate to the docs folder and run:

bundle install
bundle exec middleman server -p <port number>

Then open a browser and go to http://localhost/:<port number>

Packages

No packages published

Languages

  • JavaScript 78.7%
  • CSS 17.7%
  • HTML 2.1%
  • Ruby 1.4%
  • Dockerfile 0.1%