Skip to content

Commit c9b4f5f

Browse files
authored
Merge pull request #28 from transcental/readme
add readme
2 parents c3bede2 + c4a75a3 commit c9b4f5f

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

README.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
1-
# Tauri + SvelteKit + TypeScript
1+
# Quilter
22

3-
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.
44

5-
## Recommended IDE Setup
5+
## Features
66

7-
[VS Code](https://code.visualstudio.com/) + [Svelte](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer).
7+
- Sorting files
8+
- Creating quilts
9+
- Combining quilts into a video
10+
- Auto updates
11+
12+
## Installation
13+
14+
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

Comments
 (0)