First, make a fork of this repo, make a branch, clone, etc.
Next up, make sure you have rust and pnpm installed.
Then, run pnpm install
in the root directory.
$ pnpm install
To run the development runtime, run tauri dev
through pnpm.
$ pnpm run tauri dev
To build a production version of the app, run tauri build
through pnpm.
$ pnpm run tauri build
Please lint your code before committing.
$ pnpm run lint