Skip to content

Commit c638031

Browse files
chore: Mention developer docs in Contributing (#12101)
Explain how to start the dev server for the developer docs in the Contributing.md and not just the environment.mdx.
1 parent 4b3f6f6 commit c638031

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ We use Next.js, `yarn` and `volta` to manage the environment.
1111
```
1212
cp .env.example .env.development
1313
yarn
14+
15+
# Start dev server for user docs
1416
yarn dev
17+
18+
# Start dev server for developer docs
19+
yarn dev:developer-docs
1520
```
1621

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

0 commit comments

Comments
 (0)