https://github.com/itsawa/qcode
QRCode decoder-encoder (free to use webapp)
https://github.com/itsawa/qcode
client-side qrcode qrcode-decoder qrcode-encoder qrcode-generator qrcode-reader qrcode-scanner service site webapp webapplication
Last synced: 5 months ago
JSON representation
QRCode decoder-encoder (free to use webapp)
- Host: GitHub
- URL: https://github.com/itsawa/qcode
- Owner: ITSawa
- Created: 2024-10-22T14:59:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-22T16:28:40.000Z (over 1 year ago)
- Last Synced: 2025-02-06T23:29:41.426Z (about 1 year ago)
- Topics: client-side, qrcode, qrcode-decoder, qrcode-encoder, qrcode-generator, qrcode-reader, qrcode-scanner, service, site, webapp, webapplication
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Name
Brief description of your project.
## Installation
Before starting, make sure you have [Node.js](https://nodejs.org/) installed. Then run the following command to install the dependencies:
```
bash
npm install
Development Mode
To start the project in development mode (redaction mode), use the command:
bash
npm run dev
Build Project
To create a production build using Vite, use the command:
bash
npm run build
Preview Build
To preview the production build, use the command:
bash
npm run preview