The yeast-core
project provides the core interfaces for interacting with yeast parsers and renderers.
Use the designated version of node and install dependencies:
nvm use
npm i
Run npm run build
to compile the TypeScript source into a JavaScript module with TypeScript typings.
Run npm run test
to run the Jest unit tests.