Skip to content

opencypher/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
Apr 9, 2025
Dec 20, 2024
Dec 20, 2024
Dec 20, 2024
Dec 20, 2024
Dec 20, 2024
Dec 20, 2024
Dec 20, 2024
Dec 20, 2024
Dec 20, 2024
Dec 20, 2024
Dec 20, 2024
Dec 20, 2024

Repository files navigation

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