The Carleton community, now in pocket size!
- Install React Native
- Install Yarn
- Clone the repository
cd
into your clone- Run
yarn
- For iOS:
npm run ios
- For Android: launch your favorite Android emulator first, then run
npm run android
- The Calendar won't work until you give it a proper Google Calendar API key.
You should create one yourself!
- Create a copy of the
.env.sample.js
file and rename it to.env.js
. - Insert your API key in place of the
key goes here
text.
- Create a copy of the
- Bugs: All bugs should have the
bug/general
orbug/layout
label in the issues - Enhancements: All ideas for improvement that are not being worked on should be
closed
and labelled asdiscussion
For full information, see CONTRIBUTING.md.