/SDHacks2021

Official website of SDHacks 2021

Primary LanguageJavaScriptMIT LicenseMIT

SDHacks2021

Official website of SDHacks 2021

How to Contribute

  1. git clone
  2. Create a new branch for your changes: git checkout -b [name of your branch]
  3. npm install
  4. npm start to start local development server
  5. Once you are done making changes, push to your remote branch:
    • git add . && git commit -m "your commit msg here" && git push origin [your branch's name]
  6. Come back to this GitHub repository and submit a Pull Request
    • Make sure that the branch you are merging to is correct!!

Recommended: Install the Prettier formatter plugin in your code editor to keep our code formatting standard