···2929### Commands
3030- `npm run dev`: Start app in dev mode
3131- `npm run build`: Build
3232+- `npm run lint`: Lint
3233- `npm run format`: Format
3333-- `npm run check`: Check code
34343535### Release new version
36361. Update `CHANGELOG.md`
3737-2. Manually bump the version number in `src-tauri/Cargo.toml`
3838-3. Run `npm run check` to make sure `Cargo.lock` is up to date
3939-4. Commit with a tag in the format `v#.#.#`
3737+2. Bump the version number in `src-tauri/Cargo.toml`
3838+3. Run `npm run check` to update `Cargo.lock`
3939+4. Create a git tag in the format `v#.#.#`
40405. Add release notes to the generated GitHub release and publish it