A listing board, featuring:
- social auth
- image upload
- search
- infinite scroll
- mobile responsiveness
- geolocation and embedded maps
- image carousels
- static pre-rendering
- 90+ Lighthouse score
- Node 20+
- pnpm
corepack enable
corepack prepare pnpm@latest --activate
- Vercel CLI
pnpm i -g vercel@latest
- Link to Vercel and pull environment variables:
vercel link
vercel env pull
- Initialise and run the app:
pnpm i
pnpm prisma generate dev
pnpm dev
This is a T3 Stack project bootstrapped with create-t3-app
.