This is a short guide on how to get Helicone up and running if you are planning on contributing to helicone.
Start databases and run migrations...
./helicone-compose.sh helicone upStart web service in a terminal
cp web/.env.example.better-auth web/.env.better-auth
cd web && yarn && yarn dev:better-authStart jawn in another terminal
cp valhalla/jawn/.env.example.better-auth valhalla/jawn/.env
cd valhalla/jawn && yarn && yarn devStep 2: Head to http://localhost:3000/signup and create an account
Step 3: Head to http://localhost:8025/ and verify your email
That's it!