QuikBites is a crowd-sourced food delivery app for hungry students
-
Install JavaScript runtime nodejs LTS version
-
Install the Expo CLI command line utility:
npm install -g expo-cli
- Navigate to a desired directory and clone this repo:
git clone https://github.com/DV-Hackers/QuikBites.git
- Download the Expo App on your phone.
Install dependencies and start app with npm:
npm install
npm start
or yarn:
yarn install
yarn start
Scan the QR-code and follow instructions with setting up Expo.
Pull requests are welcome. Please create a new branch for separate pages.