Skip to content

aiiiden/catarchy

 
 

Repository files navigation

Catarchy

Bun monorepo: React frontend + Elysia backend on Cloudflare.

Tech Stack

  • Frontend: React, Vite, Tailwind, TanStack Router/Query, Eden, Zod
  • Backend: Elysia, OpenAPI, Zod, Cloudflare Workers

Dev

bun install

# Terminal 1: Frontend
cd apps/catarchy-frontend && bun run dev

# Terminal 2: Backend
cd apps/catarchy-backend && bun run dev

Deploy

# Frontend
cd apps/catarchy-frontend && bun run build && npx wrangler pages deploy dist

# Backend
cd apps/catarchy-backend && npx wrangler deploy

URLs

About

meow :3

Resources

License

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 89.6%
  • CSS 9.2%
  • Other 1.2%