This project attempts to solve 1 problem and 1 problem only: generating QR codes that can be efficiently plotted by pen plotters. Or anything that takes an SVG for that matter.
Visit this project at qr.d17e.dev 🟢
Clone the repository:
git clone <repository-url>
cd <repository-directory>
Install dependencies:
npm install
To start the development server:
npm run dev
To start the server and open the app in a new browser tab:
npm run dev -- --open
To create a production build:
npm run build
To preview the production build:
npm run preview
To deploy your app, you may need to install an adapter for your target environment.
This project is licensed under the MIT License.