DFAxCMU / sentence-mosaics

MIT License
1 stars 1 forks source link

sentence-mosaics

Initial Setup

  1. Ensure you have Xcode installed from the AppStore.
  2. Open terminal.
  3. Type xcode-select --install.
  4. Move to where you want to store this project (cd).
  5. Type git clone https://github.com/DFAxCMU/sentence-mosaics.git
  6. Type cd sentence-mosaics/SentenceMosaics.
  7. Type npm install and wait for a bit!

Running

Type npm run simulator!

Troubleshooting

instruments not found

Open Xcode. Go to Xcode->Preferences->Locations and select an installation for command line tools.

simulator not found

Use npm run simulator-updated instead.

no dimension set for key window

Close terminal, delete ios/build ('sudo rm -rf ios/build' in the SentenceMosaics directory), then try running again.