To start the application:
- Install
expo-cliusing the following command:
npm install -g expo-cli - Clone this repository and go into the project folder
git clone https://github.com/utkarsh867/comp3330-project.git && cd comp3330-project - Install all the dependencies
npm install
or
yarn install - Run the application in development mode using the command:
npm start
or
yarn start