Picard Present is a prototype WordPress theme that makes use of React and the new WP-API which, at some point, will be going into WordPress core.
You can run this theme right away by downloading the compiled version of the theme. You'll just need to download, install and activate the WP-API plugin by following these instructions. Note: WP-API run develop as their main branch so switch to master to run Picard. You also need node and gulp installed on your machine. You can follow this tutorial to do that: http://travismaynard.com/writing/getting-started-with-gulp
If you want to start developing with this theme, you'll need to:
- Clone this repo to your computer (e.g.
git clone git@github.com/jacklenox/picard-present.git
) - Run
npm install
to install the node dependencies - Run
gulp js
to compile the JavaScript - Set your permlinks to /%year%/%monthnum%/%day%/%postname%/ and if required clear your localStorage.