/cypher-editor

Codemirror editor for Cypher, with syntax awareness and auto-completion

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Cypher Codemirror

Package provides Cypher Editor Support integration with CodeMirror editor.

Getting started

Ensure that yarn is installed globally:

$ npm install -g yarn

Go to cypher-codemirror directory

$ cd cypher-codemirror

Install project dependencies

$ yarn install

Start development server

$ yarn start

By default your development server will start on http://localhost:8080

Scripts

Command Description
yarn install Install project dependencies
yarn start Run development server
yarn build Create ES5 compatible build
yarn eslint-fix Run linter and automatically fix error