This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
scoresaber-reloaded/README.md

20 lines
209 B
Markdown
Raw Normal View History

2023-10-17 20:42:37 +00:00
# ScoreSaber Reloaded
## Users
2023-10-17 21:02:46 +00:00
Just go to [ssr.fascinated.cc](https://ssr.fascinated.cc)
2023-10-17 20:42:37 +00:00
## Devs
### Install the dependencies
```bash
yarn install
```
2023-10-17 21:02:46 +00:00
### Start the dev environment
2023-10-17 20:42:37 +00:00
```bash
2023-10-17 21:02:46 +00:00
yarn dev
2023-10-17 20:42:37 +00:00
```