GitHub - peerism/peer.ai: peer.ai proof-of-concept app (iOS, Android, Web)
nvm install v8.0.0; nvm use v8.0.0; nvm list; which node;
echo 'export PATH="/usr/local/share/npm/bin:$PATH"' >> ~/.bash_profile; source ~/.bash_profile
brew install watchman; brew upgrade watchman; which watchman
cd PeerAI; yarn add global react-native-cli; yarn add react-native
cd PeerAI; yarn install --verbose; npm install --verbose