Skip to content

aryanjha256/personalwall

Repository files navigation

Personal Wall

Description

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.

Table of Contents

Installation

To install and set up the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/aryanjha256/personalwall.git
  2. Navigate to the project directory:

    cd personalwall
  3. Install dependencies:

    pnpm install

Usage

To use the Personal Wall project, follow these steps:

  1. Start the development server:

    pnpm run dev
  2. Open your browser and navigate to http://localhost:5173

Contributing

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:

  1. Fork the repository

  2. Create a new branch:

    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:

    git commit -m 'Add your commit message'
  4. Push your changes to the branch:

    git push origin feature/your-feature-name
  5. Open a pull request on the main repository

License

Personal Wall is licensed under the MIT License.

Releases

No releases published

Packages

No packages published