pollyplummer / WP-API.github.io

Home Page:http://wp-api.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WP-API Documentation Site

This repository is the source for WP-API's 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

http://wp-api.org/


Languages

Language:CSS 93.4%Language:JavaScript 6.3%Language:Ruby 0.3%