Few lines describing your project.
This code base can run on Web, Android as well as IOS device. (IOS device still not tested)
For getting it started follow here :
- git clone this project.
- install expo globally at your local machine.
npm install --global expo-cli
-
install yarn globally at your local machine Check here for more detail : according to your OS Yarn Installation
-
install all dependencies and dev dependencies
yarn install
- For running on Web
yarn next dev
- For running on Android
expo start --android
- For running on IOS (Haven't tried yet)
expo start --ios
Add notes about how to use the system.
Add additional notes about how to deploy this on a live system.