···2323- Install the Unravel CA root certificate in your system's trust store. You can find it in the `frontpage-local-infra_caddy_data` volume at `/pki/authorities/unravel/root.crt` in your docker container volumes section.
2424 - Depending on your browser you may have to import the certificate into your browser profiles too as some have their own certs do not use your system ones
2525- Create a test account with `./scripts/create-test-account.sh <username>` (username=bob will create a user with handle bob.pds.unravel.dev.fyi)
2626-- Update your Frontpage environment variables with `packages/frontpage/local.env`:
2727- - `DRAINPIPE_CONSUMER_SECRET=secret`
2828- - `TURSO_CONNECTION_URL=libsql://turso.dev.unravel.fyi`
2929- - `PLC_DIRECTORY_URL=https://plc.dev.unravel.fyi`
2626+- Run `pnpm --filter=frontpage run generate-local-env` and update the `packages/frontpage/.env.local` file with the generated values.
3027- Run `pnpm turbo dev` in the frontpage package folder
3128- Run `pnpm run db:migrate` in the frontpage package folder
3229- Grab the auto generated `cloudflared` tunnel URL from the logs of the `cloudflared` container, use this to access the Frontpage dev server