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