To get started with ShareWall, you'll need to install Node.js and npm on your machine. Then, you can clone this repository and install the dependencies:
- Fork The Repo
you can do this by clicking on the green coloured fork button
- Clone your forked repo
$ git clone https://github.com/your-username/ShareWall.git
- Go to directory
cd ShareWall
- Install Dependencies
npm install
- Start LocalHost Server
npm run dev
This will start the development server on http://localhost:3000/.
If you'd like to contribute to ShareWall:-
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
- Fork the Project
- Create your Feature Branch (
git checkout -b <new_branch_name>
) - Commit your Changes (
git commit -m 'Added some AmazingFeature'
) - Push to the Branch (
git pull origin <branch_name>
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details. MIT