Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

warrenmusic/grid

Repository files navigation

The Grid

A notepad for music transcription.

Based on the Time Unit Box System musical notation.

Development

To setup a development environment:

$ npm install
$ npm run build-css
$ npx shadow-cljs watch app

Release

To release to GitHub Pages, first commit all changes, then:

$ make release