Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 557 Bytes

File metadata and controls

21 lines (15 loc) · 557 Bytes

Sentry

Setting up an Environment

We use Next.js, yarn and volta to manage the environment.

make

# 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