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.
Nareshkumar Rao
32739d2a05
|
3 years ago | |
---|---|---|
public | 3 years ago | |
src | 3 years ago | |
.env.template | 3 years ago | |
.gitignore | 3 years ago | |
.prettierrc | 3 years ago | |
.prettierrc.json | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
package.json | 3 years ago | |
yarn.lock | 3 years ago |
README.md
Our Sejahtera Contact Tracing App
This app was created to serve the need for easy to use contact tracing. The app aims to collect the minimum amount of information while still having robust contact tracing.
Usage
The app should work as such:
- Anyone can log into the app using their Telegram account
- They may present their QR code to be scanned by others, and they may scan other QR codes as well. These will be registered as Contacts
- Users may report being tested positive with COVID19, and the app will inform all their Contacts
Development
Prerequisites
- NodeJS
- Yarn
Building
- Use
yarn install
to install the necessary packages - Use
yarn start
to start app in development mode in http://localhost:3000 - Use
yarn build
to build an optimized app for production.
.env
Don't forget to copy the .env.template to .env and fill in the values