This is a portfolio website built with Next.js, TypeScript, and Tailwind CSS. It showcases my projects and skills.
- Next.js
- TypeScript
- Tailwind CSS
- Clone the repository:
git clone <repository_url>
- Install dependencies:
npm install
orpnpm install
- Run the development server:
npm run dev
orpnpm run dev
This will start the development server and open the website in your browser.