Skip to content

Commit

Permalink
docs: Update CONTRIBUTING.md (#2727)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmakine authored Sep 19, 2024
1 parent e8ad733 commit ad00e7b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,19 @@ Once Grafana is running, you can start FTL with otel enabled:
just otel-dev
```

## Testing local changes

To use your locally built FTL in a separate project, you can start live rebuild with
```sh
just live-rebuild
```

Then, in a separate terminal, you can use the locall build FTL to test your changes against a separate FTL project by running the locally build FTL from the root of this project:
```sh
${FTL_HOME}/build/release/ftl dev
```
where `FTL_HOME` is the root of this repository.

## Useful links

- [VSCode extension samples](https://github.com/microsoft/vscode-extension-samples)
Expand Down

0 comments on commit ad00e7b

Please sign in to comment.