Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.
kadamwhite edited this page Oct 15, 2014 · 1 revision

Welcome to the nodepress wiki!

Getting Started

Clone the respository, then save this configuration as config.yml in the repository's root directory:

wordpress:
  endpoint: 'http://www.kadamwhite.com/wp-json'
  cacheLimit: 3600000 # 1000ms * 60s * 60m = 1hr

Any JSON API-enabled WordPress site is valid as the endpoint; I've been using a local WordPress instance inside a Vagrant box for local development.

To start the dev server, run npm start to spin up the server with nodemon on port 3000.

Clone this wiki locally