- Download on Apple App Store
- Download on Google Play
- or... open it with the Expo client: https://expo.io/@patcito/reacteurope
- Clone this repo, cd into it, run
yarn install
yarn global add expo-cli
cd packages/event-app
mv .env.example .env
yarn install
expo start
- Scan the QR code from your phone. Alternatively, in another terminal window run
expo ios
and/orexpo android
to open in simulator.
yarn global add gatsby-cli
cd packages/website
yarn install
gatsby develop