tweaks/README.md

32 lines
391 B
Markdown
Raw 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
No distribution packages yet, please follow the development guide to use for now!
## 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