This repository contains the complete source code for my personal website, portfolio, and blog. It's my digital base where I showcase my projects and share my learnings, experiences on my journey into AI and Data Science.
** View the live site:** new-portfolio.vercel.app/
This project is built with a modern, professional tech stack:
- Framework: Next.js
- Styling: Tailwind CSS
- Content: MDX (Markdown with JSX)
- Deployment: Vercel
This project is open-source. If you wish to run it locally, you can do so with the following steps:
- Clone the repository:
git clone [https://github.com/deepakachyutha/new-portfolio.git](https://github.com/deepakachyutha/new-portfolio.git)
- Navigate into the project directory:
cd new-portfolio - Install dependencies:
npm install
- Start the development server:
bash npm run devThe site will be available athttp://localhost:3000.
The code in this repository is licensed under the MIT License. This means you are free to use, modify, and distribute it as you see fit, with attribution.
See the LICENSE file for full details.
This portfolio was built upon the fantastic tailwind-nextjs-starter-blog template created by Timothy Lin. I thank him for making his work available to the open-source community.
You can find the original repository here: timlrx/tailwind-nextjs-starter-blog