Skip to content

dxviie/QR

Repository files navigation

QR Code Generator for Pen Plotters

qr.d17e.dev.screenshot.png

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 🟢

Main Dependencies

Getting Started

Prerequisites

  • Node.js
  • npm

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-directory>
  2. Install dependencies:

    npm install

Development

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

Building

To create a production build:

npm run build

To preview the production build:

npm run preview

Deployment

To deploy your app, you may need to install an adapter for your target environment.

License

This project is licensed under the MIT License.