Web App associated with Radar COVID to generate public and private qr for an establishment and the upload of the private qr.
These are the frameworks and tools used to develop the solution:
- Webpack
- Node
- Npm
Clone this repository.
Install dependencies: npm install
Generate a key pair (private and public) with the setupHA
method (these come in Uint8Array and you have to pass them to hexadecimal with the to_hex
method) of the clowdnotifier api and add them in the files:
dev.env.js
pre.env.js
prod.env.js
Serve with hot reload at localhost:8080: npm run dev
You can configure the base url of the qr through the package.json
script.
# build for production with minification
npm run build-pro
# build for preproduction with minification
npm run build-pre
The following channels are available for discussions, feedback, and support requests:
Type | Channel |
---|---|
Issues |
If you want to contribute with this exciting project follow the steps in How to create a Pull Request in GitHub.
More details in CONTRIBUTING.md.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.