Skip to content

kmiguel10/www

Repository files navigation

Kent's personal website: Kent Miguel

Structure

My website is divided into 3 categories (for now):

  • /, homepage which presents an intro about me
  • /resume, page which showcases what I've done professionally
  • /about, page which exhibits projects I've done and more personalized information

Project Tech stack

This website is built with Next.js with supabase as the backend and deployed to Vercel

Run locally

git clone https://github.com/kmiguel10/www.git
npm install
npm run dev