mirror of
https://github.com/solokeys/solo2-gui.git
synced 2026-03-11 17:16:11 -07:00
main
solo2-gui
This is a tech demo for a Solo 2 GUI built with Tauri and Svelte.
Get started
Install the dependencies...
pnpm install
...then start development server:
pnpm tauri dev
This will take care of running both frontend and backend of your app with watch attached to both. That means whenever you change soething in src (svelte frontend code) or src-tauri (rust backend code), it will be automatically processed and hot reloaded. To finish dev/debug mode simply close the app window.
Building and running in production mode
To create an optimised version of the app:
pnpm tauri build
This will create standalone app and installer in src-tauri/target/release directory.
Useful links
Description
Languages
Svelte
39.1%
Rust
25.4%
JavaScript
20.2%
CSS
8.8%
HTML
4%
Other
2.5%