Skip to content

Commit

Permalink
Added instructions to run the frontend (#700)
Browse files Browse the repository at this point in the history
Co-authored-by: Amir Blum <amirgiraffe@gmail.com>
  • Loading branch information
alonkeyval and blumamir authored Oct 25, 2023
1 parent f0e3580 commit 18c3cf3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [Local Development](#local-development)
- [Run Odigos Cli from code](#run-odigos-cli-from-code)
- [How to Develop Odigos Locally](#how-to-develop-odigos-locally)
- [How to Build and run Odigos Frontend Locally](#how-to-build-and-run-odigos-frontend-locally)

Welcome! We are glad that you want to contribute to our project! 💖

Expand Down Expand Up @@ -114,14 +115,21 @@ See the [Odigos docs](https://docs.odigos.io/intro) for the full steps on debugg

### How to Build and run Odigos Frontend Locally

- go to frontend folder
- go to `frontend/webapp`
- run:

```
npm run build
```

- go to `frontend` folder
- run:

```
go build -o odigos-backend && ./odigos-backend --port 8085 --debug --address 0.0.0.0
```

- go to webapp
- go to `frontend/webapp`
- run:

```
Expand Down

0 comments on commit 18c3cf3

Please sign in to comment.