Hi! Welcome to my portfolio website repository. I created this website with Next.js and TailwindCSS, and it's currently deployed on Vercel.
First, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
If you'd like to personalize this app for with your own portfolio, follow these steps:
- Go to
utils/profile.json
to change my information with your information. - Any image assets for project previews, or company logos should go into
public/images/
with their names changed inutils/profile.json
- Replace my resume with yours at
public/resume.pdf
- Finally, if you have your own logo, resize it and convert it to a .ico file with this and replace
public/favicon.ico
with it.