Package provides Cypher Editor Support integration with CodeMirror editor.
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
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 |