Welcome to the repository for my personal website, built with Next.js, Tailwind CSS, and TypeScript.
- Next.js: For server-side rendering, static site generation, and a seamless developer experience.
- Tailwind CSS: To quickly style and build responsive, accessible, and mobile-friendly designs.
- TypeScript: Ensures type safety, maintainability, and better development workflow.
- Responsive Design: Fully responsive across all screen sizes and devices.
- SEO-Friendly: Optimized for search engines with clean, semantic HTML and metadata.
- Fast Performance: Leveraging the power of Next.js and Tailwind CSS to create fast, efficient user experiences.
- VPS Hosting: Hosted on a Virtual Private Server (VPS) with the help of Coolify.
To run this project locally:
- Clone the repository
- install dependencies
npm install
- run the dev server
npm run dev
Visit http://localhost:3000 to view the site in your browser.