abilovelchin / TraceCovid19

This is an app to enable tracing the spread without compromising user's privacy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

  • Xcode 10.x+
  • Nodejs 10.x
  • react-native CLI (e.g. npm install -g react-native-cli)

Setup

  • $ cd tracer/
  • $ npm install
  • $ cd ios/ && pod install (if you don't have the cocoapods ruby gem installed, run $ gem install cocoapods then try again).

Running locally

  • $ cd tracer/
  • $ npm start # runs Metro Bundler on :8081
  • $ open ios/tracer.xcworkspace/ and then Xcode -> Product -> Build/Run

About

This is an app to enable tracing the spread without compromising user's privacy.

License:MIT License


Languages

Language:TypeScript 49.9%Language:Java 29.7%Language:Swift 7.1%Language:Objective-C 6.4%Language:Ruby 3.7%Language:JavaScript 2.4%Language:Starlark 0.8%