Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barisaksu/vivaldi
Completely free and open source musical ear training application.
https://github.com/barisaksu/vivaldi
eartraining tailwindcss vuejs
Last synced: about 2 months ago
JSON representation
Completely free and open source musical ear training application.
- Host: GitHub
- URL: https://github.com/barisaksu/vivaldi
- Owner: barisaksu
- License: mit
- Created: 2022-09-15T15:31:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T20:31:12.000Z (12 months ago)
- Last Synced: 2024-05-02T04:15:42.875Z (8 months ago)
- Topics: eartraining, tailwindcss, vuejs
- Language: Vue
- Homepage: https://vivaldi.netlify.app/
- Size: 3.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [Vivaldi](https://vivaldi.netlify.app/).
Vivaldi is a completely open source and free musical ear enhancement application.
Vivaldi is still in development, so you are likely to encounter some errors while using the app. If you come across an error, please let me know.
https://vivaldi.netlify.app/
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Usage
## Project Setup
```sh
pnpm install
```### Compile and Hot-Reload for Development
```sh
pnpm dev
```### Compile and Minify for Production
```sh
pnpm build
```### Lint with [ESLint](https://eslint.org/)
```sh
pnpm lint
```