docs(web): add getting-started README for frontier/web#1673
docs(web): add getting-started README for frontier/web#1673paanSinghCoder wants to merge 1 commit into
Conversation
Add a getting-started guide for the web monorepo (apps/admin, apps/client-demo, the @raystack/frontier SDK, and shared tools), covering prerequisites, install, dev servers, and per-app .env backend config. Link to it from the root README under Usage. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughSummary by CodeRabbit
WalkthroughRoot README is updated to point users to web frontend documentation, and ChangesWeb Frontend Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Coverage Report for CI Build 26882374285Coverage remained the same at 43.153%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
What
Adds a getting-started README at
web/README.mdfor the Frontier web monorepo, and links to it from the root README.Details
web/README.mdcovers:apps/admin,apps/client-demo, the@raystack/frontierSDK, and sharedtools/*configs>= 22, pnpm>= 10.19.0pnpm install,pnpm dev, Turbo filters, and per-package commands.envfiles each app needs, with localhost values (REST on:8000, ConnectRPC on:8002)MakefileshortcutsRoot
README.mdnow links to it under a new Web subsection in Usage.Docs only — no code changes.