An interactive music theory dashboard for guitarists. http://guitardashboard.com/
The aim is to provide a graphical representation of music theory elements (scales, modes, chords etc) mapped to a guitar fretboard.
Guitar dashboard is a static website with a single HTML page and a client-side TypeScript application that implements a music theory algorithm that renders SVG.
Guitar dashboard uses Bun.
- Clone or fork-and-clone this repository.
cd gtr-cof.bun install.bun run start.- Navigate to http://localhost:3000.
- Edit the src/*.ts, index.html, and gtr-cof.css files.
- Commit, push to GitHub and create a pull request :)