- Clone Repo
- nvm install 11.10.1
- nvm use 11.10.1
- npm install
- make dev
- Navigate to localhost:8080 or localhost:8081 if you have jane serving its webpack bundle to 8080 already
- Run
pod install
inside/ios
- If
command not found: pod
sudo gem install cocoapods
- If
- If
glog
won't install:- Try:
xcode-select --switch /Applications/Xcode.app
- Try:
- If you get
Error: EMFILE: too many open files, watch
:brew update
brew install watchman
- Run
npm run ios
in/
(can runnpm run ios:8
to launch in an iPhone 8 simulator)