This is a personal portfolio website built with Astro, TypeScript, and Tailwind CSS. It features a unique Neovim-inspired theme and includes sections for About, Experience, Education, Skills, and Projects.
- Neovim-inspired theme: A unique theme that mimics the look and feel of the Neovim editor.
- Multiple Sections: Includes sections for About, Experience, Education, Skills, and Projects.
- Responsive Design: The website is designed to be responsive and work on all devices.
- Live CV: The portfolio data is sourced from a
cv.jsonfile, making it easy to update.
- Astro: The web framework for building the website.
- TypeScript: For type safety and improved developer experience.
- Tailwind CSS: For styling the website.
- React: Used for some interactive components.
- Vercel: For deployment.
To get a local copy up and running, follow these simple steps.
- Node.js (v22.x or later)
- npm
- Clone the repo
git clone https://github.com/Anmol-TheDev/potfolio2.0
- Install NPM packages
pnpm install
To run the development server, use the following command:
pnpm run devThis will start the development server at http://localhost:4321.
Distributed under the MIT License. See LICENSE for more information.