- .expo
- node_modules
Notes: To run project when downloading main with missing files, you must:
- Download or clone project to your PC
- Move to that directory in your terminal 'cd "directory name"'
- Download Expo, more information: https://docs.expo.io/ | This should handle the missing .expo folder
- Download node_modules via terminal 'npm i' or 'npm install. More information: https://docs.npmjs.com/cli/v6/commands/npm-install | May also use 'yarn' commands
- Start up project using 'npm start' in terminal, may also use 'yarn' commands. More information: https://reactnative.dev/docs/environment-setup
- Name branch based on the issue (i.e. issue #5 would be named branch issue-005)
- Issues can be found in navigation under 'Issues'
- Once a task is complete, push the final version to it's corresponding branch
- Have team member approve and merge to main branch
- Once approved and merged, move from in progress to done in Projects Kanban