Cypher Codemirror
===================

Package provides Cypher Editor Support integration with [CodeMirror](https://codemirror.net/) editor.

### Getting started
Ensure that yarn is installed globally: 

```sh
$ npm install -g yarn
```
Go to cypher-codemirror directory

```sh
$ cd cypher-codemirror
```

Install project dependencies
```sh
$ yarn install
```

Start development server
```sh
$ 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 |
