Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 538 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 538 Bytes

yorkie-schema

Building and Testing Yorkie Schema

For building Yorkie Schema, you need to install the following dependencies:

$ npm install
$ npm run build

For building grammar files:

$ npm run build:schema

For testing Yorkie Schema:

$ npm test

You can also test the grammar manually with CodeMirror:

$ npm run dev
$ open http://localhost:5173
linter.mov