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 🟢
- Svelte+SvelteKit as the backbone
- Shadcn-ui for UI components
- qrcode-svg npm package for generating the QR codes
- And a big shout-out to Stanko, from whom I borrowed the mobile UX
- Node.js
- npm
-
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.