From 76413ef6a2ddfe01ed0d00aaf2038d93c75e26e1 Mon Sep 17 00:00:00 2001 From: Nithin Shiju Date: Wed, 26 Nov 2025 19:00:45 +0530 Subject: [PATCH 1/2] docs: fix setup instructions in README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ce8839c..684d6c0 100644 --- a/README.md +++ b/README.md @@ -81,13 +81,15 @@ GITHUB_PAT=personal_access_token_required_for_forkHistory ## Setup and run -```sh -git clone https://github.com/BeNikk/musicblocks-backend.git -cd musicblocks-backend +Clone this repository (or your fork) and install dependencies: + +```bash +git clone https://github.com/sugarlabs/musicblocks-git-backend.git +cd musicblocks-git-backend npm install npm run build npm start -``` + The server listens on `PORT` from `.env` default is `5000` in code if unset. From 59a1748559e9402f6cf74f4edf87095e7fa794bc Mon Sep 17 00:00:00 2001 From: Nithin Shiju Date: Wed, 26 Nov 2025 19:43:38 +0530 Subject: [PATCH 2/2] docs: fix code block formatting in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 684d6c0..1de5cfe 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,10 @@ cd musicblocks-git-backend npm install npm run build npm start +``` +The server listens on `PORT` from `.env` (default is `5000` in code if unset). -The server listens on `PORT` from `.env` default is `5000` in code if unset. ## API reference