Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 575 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 575 Bytes

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