This is a react based portfolio website.
Follow these steps to set up the application locally:
-
Clone the repository:
git clone https://github.com/PranuPranjal/Portfolio
-
Install dependencies:
npm install
-
Start the application:
npm start
Contributions are welcome to this project! Please follow these guidelines:
- *Fork the repository: Click the "Fork" button at the top right corner of the repository page to create a personal copy of the project.
- Clone the repository:
git clone repo_url cd backend - Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your commit message" - Push to your branch:
git push origin feature/your-feature-name
- Create a pull request: Go to the original repository and click on "New Pull Request".