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