Clone the project and run this commands
npm install
Once you've installed dependencies with npm install
npm run tauri dev
To create a production version of your app:
npm run tauri build