This github repo contains contains 3 repos:
- gibber-web (frontend code for web version of gibber)
- gibber-app (frontend code for app versions of gibber)
- gibber-api (backend code for web and app versions)
To set up, go to each folder and run
yarn install
To start gibber-web or gibber-api, go to the respective folder and run
yarn start
For iOS on gibber-app, run
cd ios
pod install
cd ..
yarn run ios