Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neo4j/docs-bolt

Neo4j Bolt Protocol Documentation
https://github.com/neo4j/docs-bolt

bolt-protocol cypher neo4j

Last synced: about 1 month ago
JSON representation

Neo4j Bolt Protocol Documentation

Awesome Lists containing this project

README

        

# docs-bolt
= Docs Bolt

== Prereqs

- Node.js
- npm

== Installation

To install the required packages:

----
npm i
----

== Generating HTML output

To convert asciidoc source to HTML:

----
npm run build
----

== Viewing HTML output

To view the built site, launch a local server:

1. `npm start`
2. In a browser tab, go to `localhost:8000`

== Live preview

When you run `npm start`, the project is monitored for updates to asciidoc files.

If a change to an asciidoc file is detected the site is automatically rebuilt.