grain.social is a photo sharing platform built on atproto.

update readme

Changed files
+5 -1
+5 -1
README.md
··· 43 44 ### Environment Variables 45 46 - ``` 47 BFF_DATABASE_URL=grain.db # SQLite db file 48 ``` 49 50 ### Running Locally 51 52 ```bash 53 # Start the development server 54 deno run dev 55 ```
··· 43 44 ### Environment Variables 45 46 + ```bash 47 + # .env 48 BFF_DATABASE_URL=grain.db # SQLite db file 49 ``` 50 51 ### Running Locally 52 53 ```bash 54 + # Backfill all network data 55 + deno run sync 56 + 57 # Start the development server 58 deno run dev 59 ```