Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-22T16:28:40.000Z (4 months ago)
- Last Synced: 2024-12-13T20:35:40.227Z (2 months 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 installDevelopment Mode
To start the project in development mode (redaction mode), use the command:bash
npm run devBuild Project
To create a production build using Vite, use the command:bash
npm run buildPreview Build
To preview the production build, use the command:bash
npm run preview