···23- 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.
24 - 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
25- Create a test account with `./scripts/create-test-account.sh <username>` (username=bob will create a user with handle bob.pds.unravel.dev.fyi)
26-- Update your Frontpage environment variables with `packages/frontpage/local.env`:
27- - `DRAINPIPE_CONSUMER_SECRET=secret`
28- - `TURSO_CONNECTION_URL=libsql://turso.dev.unravel.fyi`
29- - `PLC_DIRECTORY_URL=https://plc.dev.unravel.fyi`
30- Run `pnpm turbo dev` in the frontpage package folder
31- Run `pnpm run db:migrate` in the frontpage package folder
32- Grab the auto generated `cloudflared` tunnel URL from the logs of the `cloudflared` container, use this to access the Frontpage dev server
···23- 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.
24 - 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
25- Create a test account with `./scripts/create-test-account.sh <username>` (username=bob will create a user with handle bob.pds.unravel.dev.fyi)
26+- Run `pnpm --filter=frontpage run generate-local-env` and update the `packages/frontpage/.env.local` file with the generated values.
00027- Run `pnpm turbo dev` in the frontpage package folder
28- Run `pnpm run db:migrate` in the frontpage package folder
29- Grab the auto generated `cloudflared` tunnel URL from the logs of the `cloudflared` container, use this to access the Frontpage dev server