You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This template should help get you started developing with Tauri, SvelteKit and TypeScript in Vite.
3
+
Quilter is a Tauri app to help create Quilts for Looking Glass products. This app is designed to be used with the Blender plugin - more specifically with [our fork](https://github.com/transcental/AmberLG) of it. We have a currently [open PR](https://github.com/regcs/AliceLG/pull/139) to merge our changes into the original plugin.
Download the latest release from the [releases page](https://quilter-releases.transcental.dev/) - _If on an Apple Silicon Mac, please select `darwin_arm64` and move the `.app` into your Applications folder_
15
+
16
+
## Development
17
+
18
+
### Prerequisites
19
+
20
+
-[Rust](https://rustup.rs)
21
+
-[Bun](https://bun.sh)
22
+
23
+
### Setup
24
+
25
+
1. Clone the repository
26
+
2. Install dependencies with `bun i`
27
+
3. Start the development server with `bun tauri dev`
0 commit comments