An open API service indexing awesome lists of open source software.

https://github.com/opencypher/website


https://github.com/opencypher/website

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

= openCypher website

This repository hosts the content of the website link:http://www.opencypher.org[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=""
----