2023-06-14 17:15:09 +00:00
|
|
|
# Houhou SRS
|
2023-06-06 03:55:34 +00:00
|
|
|
|
2023-06-14 17:15:09 +00:00
|
|
|
Based on [Houhou SRS](https://houhou-srs.com)
|
2023-06-06 03:55:34 +00:00
|
|
|
|
2023-06-14 17:15:09 +00:00
|
|
|
Should run on Windows, Mac, and Linux in theory.
|
2023-06-06 03:55:34 +00:00
|
|
|
|
2023-06-14 17:15:09 +00:00
|
|
|
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
|
|
|
|
```
|