Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 555 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 555 Bytes

Contributing

Getting Started

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

Development Runtime

To run the development runtime, run tauri dev through pnpm.

$ pnpm run tauri dev

Building

To build a production version of the app, run tauri build through pnpm.

$ pnpm run tauri build

Linting

Please lint your code before committing.

$ pnpm run lint