git clone https://github.com/wandering-robot/UBCHackathon2021.git
yarn
- Installs all node packages specified in package.json
- Requires Yarn : https://classic.yarnpkg.com/en/docs/install/#windows-stable
- Launch Android Emulator from Android Studio
ctrl-shift-a
- type
AVD Manager
then select - Launch emulator of choice (Google Pixel 4 XL)
npm start
orexpo start
- From web GUI, click
Run on Android device/emulator
git pull --rebase
git pull
- Before making local changes, checkout a new feature branch
git checkout -b <branchname>
- make your changes then prep them for commit
git add -u
- if you have new files, you will need to add them manually
git add <filename>
- commit your files with a message
git commit -m "<message>"
- push your files to remote branch
git push origin <branchname>
- When ready to merge files to main, open a pull request on GitHub then add someone as a reviewer and give us a shout