From 4355f8e323b7db11ca7310d735b57fe1064b9978 Mon Sep 17 00:00:00 2001 From: RealFascinated <67254223+RealFascinated@users.noreply.github.com> Date: Mon, 14 Feb 2022 18:55:05 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94c70ce..1cb3555 100644 --- a/README.md +++ b/README.md @@ -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