Skip to content
Open
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ You can run the dashboard locally in just a few steps:
3. **Install npm dependencies** by running the following command in your project directory:

```bash
npm install
yarn
```

This will install all required packages for the proxy server and other tooling.

4. **Start the proxy server** by running:

```bash
npm run dev
yarn dev
```

This command starts the proxy server, which is necessary for API calls from the frontend to the backend (see the "Proxying API Requests" section below for more details).
Expand Down
Loading