Skip to content

jugshaurya/Notes

Repository files navigation

logo

Shaurya Showcase | Notes

Software Developer + Open Source Contributor



PR PR GitLicense
made with docusaurus last-commit code-size

Chores

  • Contains all the notes from the showcase repository.
  • Chore: Later Move this repo to the showcase repository.

👥 Contribution Guides

If you want to contribute to this repo follow the below steps:

1. Fork and Clone the repo

  • Fork using the fork button above on this page only.
  • and then clone using
  $ git clone https://github.com/jugshaurya/Notes.git

2. Run the site Locally after step 1

  • 2a. Install Dependendies
      $ yarn install
  • 2b. Start the docusaurus server in development mode
      $ yarn start

3. Make changes/make PR

  • 3a. create a new branch

      $ git checkout -b <new-branch-name>
  • 3b. make changes and commit them

      $ git add -A
      $ git commit -m "chore(fixed): some message and fixes#IssueNo. "
  • 3c. push to origin

    $ git push origin <new-branch-name-you-created-earlier>
  • 3d. make a PR to upstream

      use GUI for doing so @github.com only
  • 3e. wait for it getting merged and talk to me in the chat.

Notes to quickly revise various topics

Want to learn about the Latest Tech?

📚 Recent Blog Posts

Find any issue/typo in Notes