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 months ago
JSON representation

QRCode decoder-encoder (free to use webapp)

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