WIP PWA for Grain
0
fork

Configure Feed

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

docs: add README

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+17
+17
README.md
··· 1 + # Grain 2 + 3 + The next version of Grain, a photo sharing app built on the AT Protocol. 4 + 5 + ## Development 6 + 7 + ```bash 8 + npm install 9 + npm run dev 10 + ``` 11 + 12 + ## Build 13 + 14 + ```bash 15 + npm run build 16 + npm run preview 17 + ```