Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samfelgar/tuner
https://github.com/samfelgar/tuner
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samfelgar/tuner
- Owner: samfelgar
- Created: 2022-08-19T06:24:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T06:37:54.000Z (over 2 years ago)
- Last Synced: 2024-11-08T14:13:30.750Z (2 months ago)
- Language: Vue
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tuner
## Description
This is just a simple tuner project, aiming for two goals:
1. Practice my Javascript and Web Audio API skills;
2. Tune my guitars :)## Contributing
If you're interest in contributing, please feel free to open a PR.
## Project setup
If you use ASDF to manage your Node.js versions, it will prompt you to install the appropriate Node.js version, if you don't have it already installed.
Anyway, the Node.js version used to build and test this project is listed in the `.tool-versions` file.```
npm install
```### Compiles and hot-reloads for development
```
npm run dev
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```