Cypher Editor Support
The package provides all the core functionality that is needed to power Cypher integration in editors.
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 test | Run tests |
yarn eslint-fix | Run linter and automatically fix error |