Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pje/leadsheet
parses leadsheets. renders leadsheets in the browser. transposes them too. no melody, just chords βοΈπΆπΉ
https://github.com/pje/leadsheet
Last synced: 17 days ago
JSON representation
parses leadsheets. renders leadsheets in the browser. transposes them too. no melody, just chords βοΈπΆπΉ
- Host: GitHub
- URL: https://github.com/pje/leadsheet
- Owner: pje
- Created: 2022-01-24T15:35:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T15:58:57.000Z (19 days ago)
- Last Synced: 2024-10-27T18:31:21.035Z (19 days ago)
- Language: TypeScript
- Homepage:
- Size: 3.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leadsheet
Build and open the reader app:
```bash
brew install denomake 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
```