Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 590 Bytes

File metadata and controls

22 lines (16 loc) · 590 Bytes

Sentry

Setting up an Environment

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