-
Notifications
You must be signed in to change notification settings - Fork 19
Customizing the app
Rodrigo Kumpera edited this page Jun 4, 2020
·
4 revisions
This document goes to the standard way to customize CovidSafe.
To customize fonts, images and color selections. Do the following:
XXXXXX
Backend URLs are set in utils/endpoints.js
.
All the strings in the app are localizable and the string files live in the locales
directory. For example locales/en.json' has the English set of strings and
locales/es.json` has Spanish.
When adding a string, make sure to include in all languages as the app will default to the English one when missing.
You can control which languages are available in locales/i18n.js
.
Covidsafe comes with Microsoft AppCenter support. To enable it, call the script appcenter-pre-build.sh
with the AppCenterKey
enviroment variable set to your secret.