Skip to content
Merged
Changes from all commits
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 @@ -35,7 +35,7 @@ fern generate --version <version>

In the root of this repository:
```
cd custom-implementation/ && npm i && npm run build && cd ..
cd custom-implementation/ && yarn && yarn build && cd ..
fern docs dev
```

Expand All @@ -56,4 +56,4 @@ When the action completes, it adds the `stylecheck-complete` tag. If you want st
To run the script locally and not as part of a PR, set your environment variable `LLM_TOKEN` to your PAT from [OpenWebUI](https://openwebui.dev.devrev-eng.ai/) > **Settings** > **Account** > API Keys. Include the supplemental developer style rules with the `--style` option.
```
python stylecheck.py --style=style/developer.md <path/to/file.mdx>
```
```
Loading