Update 'README.md'
Signed-off-by: Michael Zhang <michael@noreply.git.mzhang.io>
This commit is contained in:
parent
3d5a504302
commit
41016c184d
1 changed files with 11 additions and 4 deletions
15
README.md
15
README.md
|
@ -1,7 +1,14 @@
|
||||||
# Tauri + React + Typescript
|
# Houhou SRS
|
||||||
|
|
||||||
This template should help get you started developing with Tauri, React and Typescript in Vite.
|
Based on [Houhou SRS](https://houhou-srs.com)
|
||||||
|
|
||||||
## Recommended IDE Setup
|
Should run on Windows, Mac, and Linux in theory.
|
||||||
|
|
||||||
- [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)
|
Check [releases](https://git.mzhang.io/michael/houhou/releases) to see if there are any builds
|
||||||
|
|
||||||
|
### Building from source
|
||||||
|
|
||||||
|
```
|
||||||
|
npm ci
|
||||||
|
npm run tauri dev
|
||||||
|
```
|
Loading…
Reference in a new issue