Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 550 Bytes

architecture.md

File metadata and controls

51 lines (33 loc) · 550 Bytes

Stack

Deployed Envs

Hosting on Vercel

  • alhinds.com
  • static.alhinds.com
  • vue2.alhinds.com

Server Stack

Build

  • turborepo
  • tsx (for local dev (eg ts-node))
  • tsup (for dev / build)

DB

  • SQLite
  • Postgres (TODO)

ORM

  • Prisma

Network

  • TRPC (TODO)
  • GraphQL (TODO)

Client Stack

See features.md.

Styling

  • Vanilla ✅
  • Tailwind (TODO)

Render