https://github.com/ohcnetwork/qr-generator
https://github.com/ohcnetwork/qr-generator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ohcnetwork/qr-generator
- Owner: ohcnetwork
- License: mit
- Created: 2022-10-26T19:19:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T12:19:24.000Z (over 3 years ago)
- Last Synced: 2025-04-01T20:15:58.728Z (about 1 year ago)
- Language: TypeScript
- Size: 568 KB
- Stars: 3
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Our goal is to continuously improve the quality and accessibility of public healthcare services using digital tools.
# Asset QR Generator
This is a simple tool to generate bulk QR codes for assets to register assets in [CARE](https://coronasafe.network/).
## Usage
Open the [asset QR generator](https://asset-qr-generator.coronasafe.in/) and enter base url, starting index and number of assets to generate QR codes for.

## Development
1. Clone the repository
2. Install dependencies using `yarn install`
3. Run the development server using `yarn dev`
4. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
To generate optimized production build, run `yarn build`.