kaaniboy / covidsafe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID Safe App

Setup

First, install the necessary tools in terminal:

brew install node
brew install yarn
yarn global add expo-cli

Next, retrieve the project source code and dependencies:

git clone https://github.com/kaaniboy/covidsafe.git
cd covidsafe/
cd app/ && yarn install
cd server/ && yarn install

Running the app

Run the following in terminal:

cd app/
yarn start

From there, you can select to launch the app in a browser, iOS simulator, etc.

About


Languages

Language:TypeScript 76.9%Language:HTML 8.7%Language:JavaScript 7.8%Language:CSS 4.0%Language:PLpgSQL 2.6%