This is a personal website project built with Next.js and TypeScript. It includes various features to showcase your portfolio, blog posts, and contact information.
- Portfolio: Showcase your projects and skills.
- Next.js: A React framework for building fast and user-friendly web applications.
- TypeScript: A statically typed programming language that builds on JavaScript.
- Styled Components: For styling React components with a CSS-in-JS approach.
To get started with the project, clone the repository and install the dependencies:
git clone https://github.com/username/PersonalWebsite.git
cd PersonalWebsite
npm install
To start the development server, run:
npm run dev
This will start the development server on http://localhost:3000
.