A notepad for music transcription.
Based on the Time Unit Box System musical notation.
To setup a development environment:
$ npm install
$ npm run build-css
$ npx shadow-cljs watch app
To release to GitHub Pages, first commit all changes, then:
$ make release