Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 401 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 401 Bytes

This is my resume structured developer portfolio website developed using TypeScript, Next.js, TailwindCSS, and ShadCN. To run this locally:

  • Clone the repository

  • Install dependencies

    yarn
  • Run this command:

    yarn dev
  • To check if there are any lint errors run this command:

    yarn lint