Once you've installed dependencies with npm install and made sure tauri is setup, start a development server + tauri:
npm run tauri devTo create a production version of your app:
npm run tauri buildYou can preview the production build with by using the binary in src-tauri/target/release/glowsquid