Personal Wall is a portfolio showcase project built with React and Vite. It provides a platform for users to showcase their work and projects. The project is open to contributions, and anyone can submit a pull request to suggest improvements.
To install and set up the project, follow these steps:
-
Clone the repository:
git clone https://github.com/aryanjha256/personalwall.git
-
Navigate to the project directory:
cd personalwall
-
Install dependencies:
pnpm install
To use the Personal Wall project, follow these steps:
-
Start the development server:
pnpm run dev
-
Open your browser and navigate to http://localhost:5173
Contributions to Personal Wall are welcome! If you have any ideas for improvements or bug fixes, please submit a pull request. Follow these steps to contribute:
-
Fork the repository
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git commit -m 'Add your commit message'
-
Push your changes to the branch:
git push origin feature/your-feature-name
-
Open a pull request on the main repository
Personal Wall is licensed under the MIT License.