RedDuck Blog
Thoughts, updates and deep dives from the RedDuck team.
| Area | Technology |
|---|---|
| Framework | TanStack Start, React 19, TypeScript |
| Styling | Tailwind CSS v4, Shadcn |
| Database | Drizzle ORM, Cloudflare D1 |
| Hosting | Cloudflare Workers |
Use pnpm to install or run the project.
pnpm install
pnpm db:setup
pnpm devThe blog will be waddling at http://localhost:3000, seeded with a handful of demo posts.
| Command | What it does |
|---|---|
pnpm dev |
Start the dev server |
pnpm build |
Build for production |
pnpm preview |
Preview the production build |
pnpm db:setup |
Set up a local database with demo content |
pnpm test |
Run unit tests (Vitest) |
pnpm lint |
Lint the code |
pnpm typecheck |
Type-check without emitting |
MIT © RedDuck Limited