Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neo4j/docs-bolt
- Owner: neo4j
- License: other
- Created: 2022-01-31T13:42:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T06:24:22.000Z (2 months ago)
- Last Synced: 2024-09-27T21:41:09.860Z (about 2 months ago)
- Topics: bolt-protocol, cypher, neo4j
- Language: JavaScript
- Homepage: https://neo4j.com/docs/bolt/current/bolt/
- Size: 513 KB
- Stars: 7
- Watchers: 10
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
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.