Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 707 Bytes

README.adoc

File metadata and controls

29 lines (18 loc) · 707 Bytes

Query API docs

This repository contains the AsciiDoc and other sources to build the Neo4j Query API.

Installation

To build these docs locally you will need Node & NPM installed.

To install the dependencies run:

npm i

Live Preview

To preview the docs, run:

npm start

This will build a set of HTML files in build/site and then serve them through an express server at http://localhost:8000. The start script will also listen for changes and automatically rebuild the files automatically. You will still need to refresh the page to view the changes.