Firstly, to setup Rust, NodeJS and build tools follow Tauri documentation.
Now, to setup development locally run the following commands:
git clone --recursive https://github.com/cinnyapp/cinny-desktop.git
cd cinny
npm ci
cd ..
npm ci
To build the app locally, run:
npm run tauri build
To start local dev server, run:
npm run tauri dev