Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1010 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 1010 Bytes

QR Codes

https://dsmhack.github.io/2022-everystep/

A simple client-side QR code label generator. Hosted with github pages.

Development

To get started, install NPM version >8.0.0. Then install all dependencies:

npm i

To build the application use:

# Build once
npm run build

# --- OR ---

# Build once and then rebuild every time a TypeScript file changes
npm run build-watch

To serve the application you can use:

# Assumes that python 3 is installed as `python`
make serve

# --- OR ---

# Use if python 3 is installed as `python3`
python3 -m http.serve 8080

and navigate to localhost:8080.

Support

If you have problems with this application: reach out to: