The ifSpace engine uses Tauri to create its desktop software. Tauri requires certain prerequisites in order to function. These prerequisites can be found here: Tauri Prerequisites
- Download source code either via cloning or zip file
- Move code to your desired project folder
- Install the necessary packages:
npm install
- Run the software in dev mode:
npm run tauri dev
- Build the software:
npm run tauri build