houhou/README.md

14 lines
265 B
Markdown
Raw Normal View History

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