Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 463 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 463 Bytes

A label generator for the Physical Computing lab at ZHdK

Currently configured for 62mm100mm and 29mm62mm labels for Brother QL series printers

The web app can be accessed here.

Installation

Clone this repo and npm install.

npm i

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build