Skip to content

Commit eedd51c

Browse files
bc-devrevAtul-Butola
authored andcommitted
add instructions for local instance (#171)
* add instructions for local instance * use yarn --------- Co-authored-by: Atul-Butola <[email protected]>
1 parent e65a82b commit eedd51c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fern generate --version <version>
3535

3636
In the root of this repository:
3737
```
38-
cd custom-implementation/ && npm i && npm run build && cd ..
38+
cd custom-implementation/ && yarn && yarn build && cd ..
3939
fern docs dev
4040
```
4141

@@ -56,4 +56,4 @@ When the action completes, it adds the `stylecheck-complete` tag. If you want st
5656
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.
5757
```
5858
python stylecheck.py --style=style/developer.md <path/to/file.mdx>
59-
```
59+
```

0 commit comments

Comments
 (0)