- Install Android SDK and emulator as per these instructions
- If using MacOS install Homebrew if not already installed as per these instructions
- Install npx if not already installed (MacOS)
brew install npm- Install Node modules (too large to be committed)
cd fronted && npm install- Start project
npx expo start- If you're using vim and MacOS you may need to add
set regexpengine=0to your.vimrc. Link to issue - More info