https://github.com/tfeldmann/fretty.app
An interactive fretboard exploration tool for all stringed instruments.
https://github.com/tfeldmann/fretty.app
Last synced: about 1 year ago
JSON representation
An interactive fretboard exploration tool for all stringed instruments.
- Host: GitHub
- URL: https://github.com/tfeldmann/fretty.app
- Owner: tfeldmann
- License: gpl-3.0
- Created: 2020-06-07T10:00:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T06:12:05.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T07:11:25.524Z (over 1 year ago)
- Language: Vue
- Homepage: https://fretty.app
- Size: 3.51 MB
- Stars: 33
- Watchers: 3
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# fretty.app
An interactive fretboard exploration tool for all stringed instruments.
Online version: [fretty.app](https://fretty.app)
If you like this project, consider donating (to cover domain costs) or submit a pull request!

## Project setup
```
npm install
```
### Run local development server
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).