Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ArslanSaleem committed Sep 27, 2024
1 parent 7398468 commit 04266c7
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,24 @@ PandaETL is an open-source, no-code ETL (Extract, Transform, Load) tool designed
yarn install
```

3. Run the development server:
3. Create a `.env` file in the frontend directory with the following:

```bash
NEXT_PUBLIC_API_URL=http://localhost:3000/api/v1
NEXT_PUBLIC_STORAGE_URL=http://localhost:3000/api/assets
```

or

copy the `.env.example` file to `.env`

4. Run the development server:

```bash
yarn dev
```

4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
5. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

### 🛠️ Backend Setup

Expand Down

0 comments on commit 04266c7

Please sign in to comment.