https://github.com/probablykasper/vite-plugin-electron-bug
https://github.com/probablykasper/vite-plugin-electron-bug
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/probablykasper/vite-plugin-electron-bug
- Owner: probablykasper
- Created: 2024-09-20T16:09:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T01:06:55.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T19:53:21.314Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://github.com/electron-vite/vite-plugin-electron/issues/251
- Size: 13.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ferrum
Music library and player
Download for Mac, Windows or Linux

## 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