Control application for the Manafish ROV built with Tauri, SolidJS, and Rust.
bun installbun run tauri devbun run tauri build| Script | Description |
|---|---|
bun run dev |
Start Vite dev server |
bun run build |
Build frontend |
bun run lint |
Lint TypeScript |
bun run lint:fix |
Lint and auto-fix TypeScript |
bun run fmt |
Format TypeScript |
bun run fmt:check |
Check TypeScript formatting |
bun run lint:rs |
Lint Rust |
bun run lint:rs:fix |
Lint and auto-fix Rust |
bun run fmt:rs |
Format Rust |
bun run fmt:rs:check |
Check Rust formatting |
This project is licensed under the GNU Affero General Public License v3.0 or later - see the LICENSE file for details.