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

14 lines
197 B
Markdown
Raw Normal View History

2022-02-14 18:52:28 +00:00
# Simple ScoreSaber Overlay
2022-02-14 17:43:52 +00:00
2022-02-14 18:52:28 +00:00
## Getting Started with developent
2022-02-14 17:43:52 +00:00
First, run the development server:
```bash
npm run dev
# or
yarn dev
2022-02-14 18:52:28 +00:00
````
2022-02-14 17:43:52 +00:00
2022-02-14 18:52:28 +00:00
Lastly, open the projeect with an IDE of your choice :)