···2323### Commands
2424- `npm run dev`: Start app in dev mode
2525- `npm run build`: Build
2626+- `npm run lint`: Lint
2627- `npm run format`: Format
2727-- `npm run check`: Check code
28282929### Release new version
30301. Update `CHANGELOG.md`
3131-2. Manually bump the version number in `src-tauri/Cargo.toml`
3232-3. Run `npm run check` to make sure `Cargo.lock` is up to date
3333-4. Commit with a tag in the format `v#.#.#`
3131+2. Bump the version number in `src-tauri/Cargo.toml`
3232+3. Run `npm run check` to update `Cargo.lock`
3333+4. Create a git tag in the format `v#.#.#`
34345. Add release notes to the generated GitHub release and publish it