Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Jun 21, 2024
1 parent 46e0c13 commit 5bca47b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,23 @@ library".
yarn start:dev
```

Or, if the server is running:
This will first generate adaptors from your monorepo, then launch the server.

You can trigger a rebuild with:

```
yarn generate-adaptors -m
```

Where `-m` means "build from the monorepo.

To automatically rebuild whenever docs.json changes, run `generate-adaptors`
with watch mode:

```
yarn generate-adaptors -w
```

Ensure that the OPENFN_ADAPTORS_REPO env var is set and points to the local
monorepo.

Expand Down

0 comments on commit 5bca47b

Please sign in to comment.