/vexml

MusicXML to Vexflow

Primary LanguageTypeScriptMIT LicenseMIT

vexml

MusicXML to VexFlow.

test workflow

How to Use

TBD

Development

Installing

Before you run any commands, you must use yarn to install the dependencies.

yarn

Running Locally

yarn dev

This will run webpack-dev-server at http://localhost:8080 by default. When visited, the app will render all the examples in dev/public/examples.

Adding MusicXML Examples

In order to add a MusicXML example, add the xml file to dev/public/examples directory. You may need to manually reload the page.

Running Tests

In order to run tests, run:

yarn test

This is just an alias for jest, so you use all the jest CLI options. For example, to run in watch mode:

yarn test --watchAll