Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading