Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

ElvisYong/onlymeals-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Miss face-to-face? Just choose a place!

Overview

OnlyMeals is a platform for individuals to encourage face-to-face-interactions through having meals with each other based on proximity. Individuals select the venue of where they would like to eat based on the locations near to them. They would be matched with others who have selected the same venue. After being matched, they could communicate with each other through a chat system to discuss the timings of the meet.

Getting started

(Currently does not support iOS)

Local Test

  1. If you do already have npm installed, first install it by running the following command.
npm install --global expo-cli
  1. Afterwards, run the following command on your directory of choice
git clone https://github.com/ElvisYong/onlymeals-monorepo.git
  1. Install dependencies

a. If you are using npm

npm i

b. If you are using yarn

npmi
  1. Run the following command to open up the expo client
expo start
  1. Either scan the QR Code on the tab opened to use it on your device OR run it on a simulator as seen from the tab opened.