- npm
- Tauri CLI
- Rust (must be 1.60+)
- Make (recommended, otherwise you'll need to run commands from the Makefile manually)
- Clone the repo.
git clone https://github.com/cloudy-org/desktop-app-template
- Pull the submodules (includes ctk).
git submodule update --init --recursive
- Install npm dependencies.
make install-deps
- Run the application in development mode.
make run
TODO: README