For building Yorkie Schema, you need to install the following dependencies:
- Node.js (version 18+)
$ 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