Bluezone - Bảo vệ mình, bảo vệ cộng đồng
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Tech Gov 4aa62f51fa clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
android clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
app clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
env clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
ios clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
.buckconfig clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
.env clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
.eslintignore clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
.eslintrc clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
.eslintrc.js clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
.flowconfig clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
.gitattributes clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
.gitignore clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
.prettierrc.js clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
.watchmanconfig clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
App.js clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
CHANGELOG.md clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
COPYRIGHT clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
LICENSE clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
LanguageContext.js clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
README.md clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
RootNavigation.js clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
app.json clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
babel.config.js clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
index.js clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
logo.png clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
metro.config.js clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
package.json clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
react-native.config.js clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago
yarn.lock clone from https://github.com/BluezoneGlobal/bluezone-app 9 months ago

README.md


Bluezone

Protect yourself, protect the community

Bluezone is an open source software for contact tracing in COVID-19 pandemic

Installation

Step 1. Clone the bluezone repository from github:

Bluezone:

git clone https://github.com/BluezoneGlobal/bluezone-app.git --recursive

Step 2. install package.

npm install

Step 3. Start project with 2 command

npx react-native start

Android:

npx react-native run-android

Ios:

npx react-native run-ios

Native debugging

  1. Install LLDB from SDK Tools in Android-studio.

  2. In Android-studio go to Run->Edit Configurations->Debugger.

  3. Select 'Dual' or 'Native' and add the path to linphone-sdk debug libraries (build/libs-debug/ for example).

  4. Open native file and put your breakpoint on it.

  5. Make sure you are using the debug AAR in the app/build.gradle script and not the release one (to have faster builds by default the release AAR is used even for debug APK flavor).

  6. Debug app.

Building the app

If you have Android Studio, simply open the project, wait for the gradle synchronization and then build/install the app. It will download the bluezone library from our Maven repository as an AAR file so you don't have to build anything yourself.

If you don't have Android Studio, you can build and install the app using gradle:

./gradlew assembleDebug

will compile the APK file (assembleRelease to instead if you want to build a release package), and then

./gradlew installDebug

to install the generated APK in the previous step (use installRelease instead if you built a release package).

APK files are stored within ./app/build/outputs/apk/debug/ and ./app/build/outputs/apk/release/ directories.

License

Copyright © 2020 - Bluezone Global.

  • under a GNU/GPLv3 license, for free (open source). Please make sure that you understand and agree with the terms of this license before using it (see LICENSE file for details).