https://github.com/opencypher/website
https://github.com/opencypher/website
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opencypher/website
- Owner: opencypher
- Created: 2015-10-06T06:56:23.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T12:48:51.000Z (over 1 year ago)
- Last Synced: 2024-12-30T00:47:56.960Z (over 1 year ago)
- Language: HTML
- Homepage: http://www.opencypher.org/
- Size: 7.39 MB
- Stars: 2
- Watchers: 8
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.adoc
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=""
----