# skip if you already have pnpm installed
$ npm i -g pnpm
# install dependencies
$ pnpm install
# development
$ pnpm tauri dev
# run unit test
$ pnpm test:unit
# run ts test
$ pnpm test
# build application on current os
$ pnpm tauri build
# build with customized os
$ pnpm tauri build --target [RUST TARGET]
# e.g.
# ARM64 Windows
$ pnpm tauri build --target aarch64-pc-windows-msvc
# Apple silicon and Intel-based Macs
$ pnpm tauri build --target universal-apple-darwin
We welcome contributions in any form! If you find any bugs, have suggestions for improvements, or would like to add new features, please follow these steps to contribute:
- Fork this repository and clone it to your local environment.
- Create a new branch to make your modifications.
- Make your changes and perform necessary tests.
- Commit your changes and send a Pull Request to our repository.
Please ensure your contribution adheres to the following guidelines:
- Maintain code style consistent with the project.
- Perform necessary tests before submitting to ensure no new issues are introduced.
- Clearly describe your modifications in your Pull Request description.
If you have any questions, suggestions, or feedback regarding this project, please feel free to reach out to us through the following channels:
- Email:
- Issue Tracker: Issues Taskmate
We value your input and will do our best to respond promptly.
Thank you for your support!