minhealthnz / nzcovidtracer-app
- пятница, 11 декабря 2020 г. в 00:22:17
TypeScript
This is the repository for the front-end of the NZ COVID Tracer app.
This is the repository for the NZ COVID Tracer app.
NZ COVID Tracer is a Ministry of Health app that allows you to create a digital diary of places you visit by scanning the official QR codes. This gives contact tracers a headstart with identifying anyone who may have been exposed to COVID-19 so we can quickly break the chain of transmission.
You can download the app for:
We are not currently accepting issue reports or pull requests on GitHub.
prettier
extension (latest version) installed on code editor (preferably VSCode)This project uses react-native-config
To create a env file, run cp .env.example .env
Generate 64 random bytes, copy the bytes in hexadeicmal format
Go to Binary to Base64, choose Hexadecimal format and convert it to text
Go to .env
file, configure DbEncryptionKey
with the key
yarn
cd ios
bundle exec pod install
cd ../
yarn ios
End to end tests are implemented with cavy
Start the app for e.g. yarn ios
, and make sure both the app and the bundler are running
Start the test server yarn e2e:dev
Tests should now be running at every reload
See tests under ./specs