···11+# Grain
22+33+The next version of Grain, a photo sharing app built on the AT Protocol.
44+55+## Development
66+77+```bash
88+npm install
99+npm run dev
1010+```
1111+1212+## Build
1313+1414+```bash
1515+npm run build
1616+npm run preview
1717+```