22 lines
273 B
Markdown
22 lines
273 B
Markdown
# ScoreSaber Reloaded
|
|
|
|
Forked from: <https://github.com/motzel/scoresaber-reloaded>
|
|
|
|
## Users
|
|
|
|
Just go to [ssr.fascinated.cc](https://ssr.fascinated.cc)
|
|
|
|
## Devs
|
|
|
|
### Install the dependencies
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
### Start the dev environment
|
|
|
|
```bash
|
|
npm run dev
|
|
```
|