20 lines
209 B
Markdown
20 lines
209 B
Markdown
# ScoreSaber Reloaded
|
|
|
|
## Users
|
|
|
|
Just go to [ssr.fascinated.cc](https://ssr.fascinated.cc)
|
|
|
|
## Devs
|
|
|
|
### Install the dependencies
|
|
|
|
```bash
|
|
yarn install
|
|
```
|
|
|
|
### Start the dev environment
|
|
|
|
```bash
|
|
yarn dev
|
|
```
|