Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 450 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 450 Bytes

Gibber

This github repo contains contains 3 repos:

  1. gibber-web (frontend code for web version of gibber)
  2. gibber-app (frontend code for app versions of gibber)
  3. 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