Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 923 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 923 Bytes

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.