An open API service indexing awesome lists of open source software.

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.

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!

fretty.app screenshot

## 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/).