Official website of SDHacks 2021
git clone- Create a new branch for your changes: 
git checkout -b [name of your branch] npm installnpm startto start local development server- 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]
 - 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