Build and open the reader app:
brew install deno
make build
make test
make watch
open build/index.html
Install the vscode extension for syntax highlighting of .leadsheet files:
make install_vscode_extension
To run/test/develop github actions locally:
act -j test -W .github/workflows/all.yaml