An Ionic mobile application to assist in automated contact tracing efforts
Built in direct support of the PACT (Private Automatic Contact Tracing) effort
npm install
in the project directory (/pact/pact-toolkit-ionic
)ionic serve
from the same directory to testYou can run the code right in your browser, but a physical device is required for Bluetooth functionality.
Note: Some configuration of your Java environment is required, and this command may not work out of the box.
To build for Android:
ionic cordova build android
To run directly on a connected device:
Ionic cordova run android
Coming soon
######