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

https://github.com/probablykasper/vite-plugin-electron-bug


https://github.com/probablykasper/vite-plugin-electron-bug

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          




Ferrum



Music library and player


Download for Mac, Windows or Linux


![Screenshot](assets/screenshot.png)

## Dev instructions

### Get started

1. Install Node.js
2. Install Rust
3. Run `npm install`

### Commands
- `npm run dev`: Start app in dev mode
- `npm run build`: Build
- `npm run lint`: Lint
- `npm run format`: Format

### Publish new version
1. Run `npm run check`
2. Update `CHANGELOG.md`
3. Run `npm version --no-git-tag ` to bump the version number
4. Create a git tag in the format `v#.#.#`
5. Add release notes to the generated GitHub release and publish it