20 lines
211 B
Markdown
20 lines
211 B
Markdown
# 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
|
|
```
|