Skip to content

glowsquid-launcher/glowsquid

Repository files navigation

Glowsquid Launcher

Lines of code Discord

Developing

Once you've installed dependencies with npm install and made sure tauri is setup, start a development server tauri:

npm run tauri dev

Building

To create a production version of your app:

npm run tauri build

You can preview the production build with by using the binary in src-tauri/target/release/glowsquid