Skip to content

dsmHack/2022-everystep

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published