- Install nodeJS, npm and yarn
- Clone the repo and run
yarn
to downloadnode_modules
folder - Copy the
env.example
file into.env
at the root directory, Including in the appropriate API keys. Obtain GCal from your own generation of an API key, and ask Admins for Firebase. - run
yarn start
to build the local development build, which is visible on localhost - run
yarn build
to prepare the production build
- look for good first issues
- fork and pull request workflow
- format of branches:
<name>/<describe-feature-added>
- explore
index.js
,data.js
andEvents.js
to familiarise yourself with the codebase - understand dependency management
- read up on reactstrap documentation
- read up on file structuring in react
- when everything goes wrong - https://ohshitgit.com
- download more ram