A simple frontend for proto-voice annotations written in Purescript.
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.
tbd.