This is a repository for my personal portfolio website.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before getting started, you will need to have the following dependencies installed:
Node.js (v14.16.1 or later) NPM (v7.6.0 or later)
To install the project, follow these steps:
-
Clone the repository:
git clone https://github.com/0007ishav/Ishav_Portfolio.git
-
Navigate to the project directory: cd Ishav_Portfolio
-
Install the dependencies: npm install
To run the project locally, follow these steps:
-
Navigate to the project directory:
cd Ishav_Portfolio
-
Start the development server:
npm start
-
Open a web browser and navigate to http://localhost:3000
If you would like to contribute to this project, please follow these guidelines:
-
Fork the repository
-
Create a new branch:
git checkout -b feature/my-new-feature
-
Make your changes
-
Commit your changes:
git commit -am 'Add some feature'
-
Push the branch to your fork:
git push origin feature/my-new-feature
-
Submit a pull request