From c638031dd75f3c50fb3983eb25dce477a362f740 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Tue, 17 Dec 2024 13:41:32 +0100 Subject: [PATCH] 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. --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc48a423f9f82..b6df57d1bd1f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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