Skip to content

Shelob9/WP-API.github.io

 
 

Repository files navigation

WP REST API Documentation Site

This repository is the source for WP REST API documentation. We're working on making this documentation the best in the world, but we're not there yet!

Running locally

We recommend using Vagrant. Here's how you do that:

$ vagrant up
$ vagrant ssh

# Following commands are now executed on the box
# These install everything you need
$ cd /vagrant
$ sudo apt-get update
$ sudo apt-get install ruby1.9.3 rubygems make
$ sudo gem install bundler
$ bundle install

# To run the site:
$ jekyll serve

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors