This repository has been archived on 2023-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
beatsaber-overlay/README.md

28 lines
902 B
Markdown
Raw Normal View History

2022-10-19 17:30:19 +00:00
# BeatSaber Overlay with real-time data from HttpSiraStatus
2022-10-28 10:39:31 +00:00
2023-03-27 15:13:42 +00:00
The project is on my [Gitea](https://git.fascinated.cc/Fascinated/beatsaber-overlay) now, but the repo will be kept in sync on GitHub. <br />
2023-01-13 18:13:43 +00:00
The public url to view/use: <https://bs-overlay.fascinated.cc> <br />
2023-03-27 16:58:55 +00:00
Need help? Feel free to message me on Discord: Fascinated#7668 or Matrix: @fascinated:matrix.fascinated.cc
2022-02-14 18:53:59 +00:00
2022-10-03 07:46:11 +00:00
## Usage
2022-10-20 14:59:03 +00:00
2023-03-26 02:44:17 +00:00
Go to the [Wiki](https://git.fascinated.cc/Fascinated/beatsaber-overlay/wiki/Usage)
2022-10-20 14:59:03 +00:00
## Preview
2022-10-03 07:46:11 +00:00
2023-01-14 14:23:28 +00:00
![Overlay](./assets/overlay.png)
![Builder Menu](./assets/builder.png)
2022-10-10 19:11:50 +00:00
2022-10-28 10:39:31 +00:00
## Getting started with developent
2022-02-14 17:43:52 +00:00
2022-10-28 10:47:58 +00:00
- Clone the repo
2022-10-28 10:39:31 +00:00
- Move into the cloned directory
- Run `npm install`
- Rename the `.env-example` to `.env`
- Create a redis server with a password
- Setup the `.env`
- Run `npm run dev`
- Open <http://localhost:3000>
2022-02-14 17:43:52 +00:00
2023-03-26 16:52:47 +00:00
If you want your changes to be in the main branch, feel free to open a pull request :)