Skip to content

Commit 42e76c2

Browse files
committed
Updated README.md
1 parent 4f1f6c6 commit 42e76c2

File tree

1 file changed

+31
-4
lines changed

1 file changed

+31
-4
lines changed

README.md

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,34 @@
1-
# Tauri + React + Typescript
1+
# Nomnom's Unity Hub
22

3-
This template should help get you started developing with Tauri, React and Typescript in Vite.
3+
## Features
44

5-
## Recommended IDE Setup
5+
- Written in React + Tauri + Rust
6+
- Paginated project list
7+
- Project creation
8+
- Select a template to start from, or start from scratch
9+
- Select the specific packages you want
10+
- Select the files/folders you want from the template
11+
- Can override the template's internal project entirely
12+
- Template creation
13+
- Integrated into the project creation
14+
- The final template file will also be discoverable by the Unity Hub
15+
- Editor version list
16+
- Can see how large each version's disk size is
17+
- Can open a version's changelog
18+
- Can open the version's folder on disk
19+
- Can see what modules are installed
620

7-
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
21+
## Building
22+
23+
```bash
24+
# move into src folder
25+
cd .\src\
26+
27+
# if npm
28+
npm run tauri build
29+
30+
# if pnpm
31+
pnpm tauri build
32+
```
33+
34+
Then find the exe in `\src-tauri\target\release\`

0 commit comments

Comments
 (0)