Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 464 Bytes

README.adoc

File metadata and controls

23 lines (14 loc) · 464 Bytes

openCypher website

This repository hosts the content of the website http://www.opencypher.org.

Build

The website is built using Heroku.

Local

To build and deploy locally, simply run:

bundle exec jekyll serve --watch

This will deploy the webserver and serve the website at localhost:4000 (by default).

For live updates to the local browser, simply run:

bundle exec jekyll serve --livereload