Update README.md

This commit is contained in:
RealFascinated 2022-02-14 18:55:05 +00:00 committed by GitHub
parent 2941256eda
commit 4355f8e323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,15 @@ To use your scoresaber: `https://bs-overlay.fascinated.cc/?id=765611`
## Getting Started with developent
First, run the development server:
First, install the node dependencies:
```bash
npm i
# or
yarn
```
Secondly, open the development server
```bash
npm run dev