- Install nodeJS, npm and yarn
- Clone the repo and run
yarnto downloadnode_modulesfolder - Copy the
env.examplefile into.envat 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 startto build the local development build, which is visible on localhost - run
yarn buildto 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.jsandEvents.jsto 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