direnv allow
pnpm i
wrangler d1 migrations apply stag-d1-groupify --local
to run db migrations
- Create a file
.dev.vars
in the root of the repo with the following content:# Local OTLP_URL=http://localhost:4318/v1/traces # Auth not needed for local # OTLP_AUTH="Basic XXX"
nix run
to get Grafana/Tempo running locally- Run the project (dev or preview)
- Click on the "Get Started" button (will take about 15 sec the first time) and add some members.
- See traces under http://localhost:4000/explore
pnpm dev
- Open http://localhost:3000
pnpm preview
(first time will throw an error -> Try again and it will work)- Open http://localhost:8788
- Click on the "Get Started" will take about 15 sec the first time