https://github.com/damassi/guitar-dashboard
Fork of https://github.com/mikehadlow/gtr-cof
https://github.com/damassi/guitar-dashboard
Last synced: 12 months ago
JSON representation
Fork of https://github.com/mikehadlow/gtr-cof
- Host: GitHub
- URL: https://github.com/damassi/guitar-dashboard
- Owner: damassi
- License: mit
- Created: 2018-09-16T18:41:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T18:41:52.000Z (almost 8 years ago)
- Last Synced: 2025-06-18T08:50:39.348Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://damassi.github.io/guitar-dashboard/
- Size: 769 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guitar Dashboard
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.
## Developing with VS Code
Guitar Dashboard is written in Typescript using VS Code. Make all code changes in the src/*.ts files. Compilation outputs to the docs folder, do not edit the *.js or *.js.map files in this directory. They are included in the source repository because the website is hosted in GitHub pages which does not support Typescript compilation.
1. Clone or fork-and-clone this repository.
2. File -> Open folder at the root directory of the cloned repository.
4. To develop locally using lite-server:
- npm install
- npm dev
5. Browse to http://localhost:10001/
6. Edit the src/*.ts, index.html and gtr-cof.css files.
8. Commit, push to GitHub and create a pull request :)