Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fern authored and fern committed Dec 9, 2024
1 parent 2be5dcd commit 9af1f14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ code .
```
pnpm install
```

(If pnpm is not installed, installing specific version `9.4.0` is recommended using `curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=9.4.0 sh -`)

### Compiling
Expand Down Expand Up @@ -91,9 +92,11 @@ The frontend is served at `localhost:3000`. You can configure which docs are loa
### Docs Dev Environment

To run the docs dev environment, make sure vercel is installed:

- `npm install -g vercel`

Then link vercel to the project:

- `vercel link --project app.buildwithfern.com`
- When prompted to setup the project, say `yes`
- When prompted what scope should contain the project, say `fern`
Expand Down

0 comments on commit 9af1f14

Please sign in to comment.