your personal website on atproto - mirror blento.app
25
fork

Configure Feed

Select the types of activity you want to include in your feed.

update contributing

+3 -7
+3 -7
docs/Contributing.md
··· 9 9 cd blento 10 10 pnpm install 11 11 pnpm env:setup-dev # creates .env, fills COOKIE_SECRET + CLIENT_ASSERTION_KEY 12 + pnpm dev 12 13 ``` 13 14 14 - In `wrangler.jsonc`, flip the `DB` binding's `"remote": true` to `false` if not already set to false (don't commit that). Otherwise `pnpm dev` and `pnpm backfill` write to production and need cloudflare credentials. 15 - 16 - ```sh 17 - pnpm dev # site falls back to PDS when D1 is empty — no backfill needed 18 - pnpm backfill # populates local D1 via contrail; needed only for /xrpc/* paths and the UpdatedBlentos card 19 - ``` 15 + Note: if cloudflare authorization website opens when running `pnpm dev` flip the `DB` binding's `"remote": true` to `false` in `wrangler.jsonc` and re-run. 20 16 21 - `pnpm backfill` is resumable, takes a few minutes the first time. 17 + Individual `/handle` pages load directly from each user's PDS — no backfill needed. 22 18 23 19 ## Before opening a PR 24 20