houhou/README.md

17 lines
362 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
2023-06-14 20:35:37 +00:00
![](https://media.discordapp.net/attachments/407671898672070659/1118639514479505428/image.png)
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
2023-06-14 20:35:37 +00:00
```