My personal portfolio website.
Built with Next.js 16, Tailwind CSS v4, shadcn/ui, Magic UI, and next-intl. Content is managed through Upstash Redis.
-
Install dependencies:
pnpm install
-
Copy
.env.exampleto.envand fill in your Upstash Redis credentials:cp .env.example .env
-
Seed the database:
npx tsx src/scripts/seed.ts
-
Start the dev server:
pnpm dev
Based on dillionverma/portfolio.