aac2c7027e
Added documentation to methods Fixed avatars not initially loading Just generally cleaned up the codebase
26 lines
489 B
Markdown
26 lines
489 B
Markdown
# ScoreSaber Overlay with real-time data
|
|
|
|
The public url to view/use this is: `https://bs-overlay.fascinated.cc`</br>
|
|
To use your scoresaber: `https://bs-overlay.fascinated.cc/?id=76561198449412074`</br>
|
|
Support Server: https://discord.gg/4FYVVhZPm7
|
|
|
|
## Getting Started with developent
|
|
|
|
First, install the node dependencies:
|
|
|
|
```bash
|
|
npm i
|
|
# or
|
|
yarn
|
|
```
|
|
|
|
Secondly, open the development server
|
|
|
|
```bash
|
|
npm run dev
|
|
# or
|
|
yarn dev
|
|
````
|
|
|
|
Lastly, open the project with an IDE of your choice :)
|