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

22 lines
273 B
Markdown
Raw Permalink Normal View History

2023-10-17 20:42:37 +00:00
# ScoreSaber Reloaded
2023-10-18 05:20:08 +00:00
Forked from: <https://github.com/motzel/scoresaber-reloaded>
2023-10-17 20:42:37 +00:00
## 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
2023-10-18 05:13:23 +00:00
npm install
2023-10-17 20:42:37 +00:00
```
2023-10-17 21:02:46 +00:00
### Start the dev environment
2023-10-17 20:42:37 +00:00
```bash
2023-10-18 05:13:23 +00:00
npm run dev
2023-10-17 20:42:37 +00:00
```