···43434444### Environment Variables
45454646-```
4646+```bash
4747+# .env
4748BFF_DATABASE_URL=grain.db # SQLite db file
4849```
49505051### Running Locally
51525253```bash
5454+# Backfill all network data
5555+deno run sync
5656+5357# Start the development server
5458deno run dev
5559```