2023-06-14 12:15:09 -05:00
|
|
|
# Houhou SRS
|
2023-06-05 22:55:34 -05:00
|
|
|
|
2023-06-14 12:15:09 -05:00
|
|
|
Based on [Houhou SRS](https://houhou-srs.com)
|
2023-06-05 22:55:34 -05:00
|
|
|
|
2023-06-14 15:35:37 -05:00
|
|
|

|
|
|
|
|
2023-06-14 12:15:09 -05:00
|
|
|
Should run on Windows, Mac, and Linux in theory.
|
2023-06-05 22:55:34 -05:00
|
|
|
|
2023-06-14 12:15:09 -05: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
|
2023-06-14 15:35:37 -05:00
|
|
|
```
|