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.
Files

22 lines
273 B
Markdown
Raw Permalink Normal View History

2023-10-17 21:42:37 +01:00
# ScoreSaber Reloaded
2023-10-18 06:20:08 +01:00
Forked from: <https://github.com/motzel/scoresaber-reloaded>
2023-10-17 21:42:37 +01:00
## Users
2023-10-17 22:02:46 +01:00
Just go to [ssr.fascinated.cc](https://ssr.fascinated.cc)
2023-10-17 21:42:37 +01:00
## Devs
### Install the dependencies
```bash
2023-10-18 06:13:23 +01:00
npm install
2023-10-17 21:42:37 +01:00
```
2023-10-17 22:02:46 +01:00
### Start the dev environment
2023-10-17 21:42:37 +01:00
```bash
2023-10-18 06:13:23 +01:00
npm run dev
2023-10-17 21:42:37 +01:00
```