Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,18 @@ 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.
The server listens on `PORT` from `.env` (default is `5000` in code if unset).


## API reference

Expand Down