Skip to content

Commit

Permalink
chore: Mention developer docs in Contributing (#12101)
Browse files Browse the repository at this point in the history
Explain how to start the dev server for the developer docs in the
Contributing.md and not just the environment.mdx.
  • Loading branch information
philipphofmann authored Dec 17, 2024
1 parent 4b3f6f6 commit c638031
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ We use Next.js, `yarn` and `volta` to manage the environment.
```
cp .env.example .env.development
yarn
# Start dev server for user docs
yarn dev
# Start dev server for developer docs
yarn dev:developer-docs
```

With that, the repo is fully set up and you are ready to open local docs under http://localhost:3000
Expand Down

0 comments on commit c638031

Please sign in to comment.