Skip to content

A purescript module for handling proto-voice annotations and a simple frontend

License

Notifications You must be signed in to change notification settings

DCMLab/protovoice-annotation-tool

Repository files navigation

Proto-Voice Annotation Tool

build

Try out here

A simple frontend for proto-voice annotations written in Purescript.

Building

To install the tool dependencies, run

$ npm install

in the main directory. Alternatively, you can use your global installations of these tools.

For a development build, run

$ npm run build

then open dev/index.html.

For a production build, run

$ npm run build-prod

then open prod/index.html.

For live-reloading on changes to the code, run

$ npm run serve

This will automatically open the app in a browser, and recompile and reload the page every time a source file is changed.

Usage

tbd.

About

A purescript module for handling proto-voice annotations and a simple frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published