https://dsmhack.github.io/2022-everystep/
A simple client-side QR code label generator. Hosted with github pages.
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.
If you have problems with this application: reach out to:
- Joseph Naberhaus ([email protected])
- Daniel Way ([email protected])