- TRPC
- TailwindCSS and shadcn-ui
- Iconify Icons
- Postgres and Drizzle-ORM
- Docker support (you can also use Vercel, Cloudflare Pages and others)
Setup your environment variables:
cp .env.example .env
# adjust env variables in the .env file
Run the dev server:
pnpm dev
First, build your app for production:
pnpm build
Then run the app in production mode:
pnpm start
Now you'll need to pick a host to deploy it to.