We use Next.js, yarn
and volta
to manage the environment.
cp .env.example .env.development
yarn
yarn dev
With that, the repo is fully set up and you are ready to open local docs under http://localhost:3000
There is a compose file to start a local postgres db:
docker-compose up -d
If you already run a local postgres, it will create a changelog
table.
The inital setup or the clean the database call:
yarn migrate:dev
To add new entries, visit /changelog/_admin
you need to have a Google Account in the Sentry org to login.
Call
npx prisma db seed