Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 698 Bytes

File metadata and controls

23 lines (14 loc) · 698 Bytes

openCypher website

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

Local

To build and deploy locally, simply run:

bundle exec jekyll serve --watch --baseurl=""

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 --baseurl=""

Disclaimer

This repository is not an official Neo4j product or project. It is maintained by Neo4j employees or contributors in a personal or experimental capacity. The content here is provided “as is,” comes with no guarantees, and is unsupported.