My portfolio website, built with Next.js and Tailwind CSS, deployed to Vercel.
I will refactor this soon, don't have the time now, so don't expect the code to be good (but it's working)
Install dependencies and run the development server:
pnpm install
pnpm dev
create a .env with the following information:
SUPABASE_URL=your-db-url
SUPABASE_API_KEY=your-secret-key
or any other DB, but I'm currently using Supabase
Please remove all of my personal information (projects, images, articles, etc.) before deploying your own version of this site.