This repository contains the source code for my personal portfolio website, built using Next.js, Tailwind CSS, ESLint, and more. This website serves as a showcase of my projects, skills, and experiences. Feel free to explore it to learn more about me and my work.
This project leverages the following technologies and tools:
- Next.js: A React framework for building server-rendered web applications.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom user interfaces.
To run this portfolio website on your local system, follow these steps:
-
Clone this Git repository to your local machine:
git clone https://github.com/PRNV0612/portfolio.git
-
Navigate to the project directory:
cd portfolio
-
Install the project dependencies using Yarn:
yarn install
-
Start the development server:
yarn dev
-
Open your web browser and visit http://localhost:3000 to view the website locally.
This repository is forked from Adarsh Dubey's React Portfolio Template. Head over to his repo for more.