docs: refresh README for the unified canvas + recent features#22
Conversation
Rewrites the README around the current product: one unified canvas (Insert menu + in-frame editing), Writer-style sharing, Desk app-launcher, optional Frappe Drive integration, and a Frappe Cloud install note. Adds the Frappe Draw logo to the header and notes that the frontend builds automatically on install. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Confidence Score: 4/5Safe to merge after fixing the upgrade command — all other changes are accurate documentation. The upgrade snippet instructs users to run README.md — upgrade command block Reviews (1): Last reviewed commit: "docs: refresh README for the unified can..." | Re-trigger Greptile |
| > Upgrading an existing install? Pull the latest and rebuild the frontend: | ||
| > ```bash | ||
| > bench get-app draw --branch main | ||
| > bench build --app draw && bench --site your-site.localhost clear-cache | ||
| > ``` |
There was a problem hiding this comment.
bench get-app installs a new app and will fail if the app is already present. The correct upgrade path is bench update --app draw (or cd apps/draw && git pull).
| > Upgrading an existing install? Pull the latest and rebuild the frontend: | |
| > ```bash | |
| > bench get-app draw --branch main | |
| > bench build --app draw && bench --site your-site.localhost clear-cache | |
| > ``` | |
| > Upgrading an existing install? Pull the latest and rebuild the frontend: | |
| > ```bash | |
| > bench update --app draw | |
| > bench build --app draw && bench --site your-site.localhost clear-cache | |
| > ``` |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Updates the README to match where the product is now:
Also updated the repo About description + topics via the GitHub API.
🤖 Generated with Claude Code