Skip to content

uttamsah724/WeShare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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 @ [email protected]


built with love smile please

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published