/WeShare

Primary LanguageJavaScript

WeShare

Working.mp4

Run on Local System

  • Runs the app in the development mode.
  npm start

Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.

Contributing

1. Fork this repository.
Click on the symbol at the top right corner.

2. Clone the forked repository.

git clone https://github.com/<your-github-username>/WeShare

3. Navigate to the project directory.

cd WeShare

4. Create a new branch.

git checkout -b <your_branch_name>

5. Make changes in source code.

6. Stage your changes and commit

#Add changes to Index
git add .

#Commit to the local repo
git commit -m "<your_commit_message>"

CAUTION: Sync up your local repo with original repo (Upstream) before pushing your commits. This avoids unnecessary conflicts during the merge.

7. Push your local commits to the remote repo.

git push -u origin <your_branch_name>

8. Create a PR !

9. Congratulations! Sit and relax, you've made your contribution to WeShare.

NOTE: Feel free to open issues.

Need help? Feel free to contact me @ uttamkumarsah111@gmail.com


built with love smile please