-
open terminal and enter
git clone https://github.com/nikp29/Telescope -
cd Telescope -
get env file from Nikhil
-
nano .env -
paste the contents of the file nikhil sent you and type
<control-key>+x,Y,enter -
install LTS version of Node.js from here: https://nodejs.org/en/download/
-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" -
brew install watchman -
npm install -
npm install -g react-native-cli -
attempt to start by running
npm start -
if this doesnt work run
sudo npm install --unsafe-perm -g expo-cli -
now expo should work
-
if bundler still unable to build run
npm install -g expo-cli -
Download https://apps.apple.com/us/app/expo-go/id982107779 on your iphone
-
Once expo has started a new window in your browser should have open and there should be a QR code.
-
open camera app and scan the QR code, and test
- open a new terminal window
cd Telescopegit pullnpm start