Harmony station is an Electron music player application. It is built with Vue and SQLite
- 🔎 Search: supports advanced searching
- 🔒 Privacy: all data is stored locally
- ⚙️ Settings: customize the app to your liking
- Clone the repository (see GitHub docs)
- Install dependencies:
npm install
- Run the app:
npm start
We use GitHub actions to check the code quality and run tests. You can find the workflow files in the .github/workflows
folder.