Skip to content
/ QCode Public

QRCode decoder-encoder (free to use webapp)

Notifications You must be signed in to change notification settings

ITSawa/QCode

Repository files navigation

Project Name

Brief description of your project.

Installation

Before starting, make sure you have Node.js 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