Open Issues Need Help
View All on GitHubModern React starter kit with Bun, TypeScript, Tailwind CSS, tRPC, and Cloudflare Workers. Production-ready monorepo for building fast web apps.
Modern React starter kit with Bun, TypeScript, Tailwind CSS, tRPC, and Cloudflare Workers. Production-ready monorepo for building fast web apps.
AI Summary: This task requires extracting all UI components from the `apps/web/components/ui/` directory into a new `@repo/ui` package within a monorepo. This involves creating the new package, moving the components, updating import paths in the web app, and verifying functionality. The goal is to enable code reuse and improve maintainability across multiple applications within the monorepo.
Modern React starter kit with Bun, TypeScript, Tailwind CSS, tRPC, and Cloudflare Workers. Production-ready monorepo for building fast web apps.
AI Summary: Rename the 'scripts' workspace package to '@repo/scripts' in the `scripts/package.json` file to maintain consistency with other workspace packages in the monorepo. This involves updating the package name, running `bun install`, and verifying functionality.
Modern React starter kit with Bun, TypeScript, Tailwind CSS, tRPC, and Cloudflare Workers. Production-ready monorepo for building fast web apps.