tweaks/README.md

32 lines
378 B
Markdown
Raw Permalink Normal View History

2024-07-27 21:28:33 +00:00
# tweaks
2024-07-27 21:35:01 +00:00
## Features
- Add difficulty names to the beatmap icons
- More coming soon...
2024-07-27 21:29:54 +00:00
## Install
2024-08-27 22:09:51 +00:00
- Firefox: https://addons.mozilla.org/en-US/firefox/addon/osutweaks/
2024-07-27 21:29:54 +00:00
## Development guide
2024-07-27 21:28:33 +00:00
To install dependencies:
```bash
bun install
```
To run:
```bash
2024-07-27 21:29:54 +00:00
bun run dev
2024-07-27 21:28:33 +00:00
```
2024-07-27 21:29:54 +00:00
Add `dist/manifest.json` as a debug extension.
## Contact
Author: Michael Zhang
License: GPL-3.0