https://github.com/ananthb/uts-qr
https://github.com/ananthb/uts-qr
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ananthb/uts-qr
- Owner: ananthb
- Created: 2024-12-24T19:34:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-28T19:15:27.000Z (about 1 year ago)
- Last Synced: 2025-05-20T04:06:43.162Z (about 1 year ago)
- Language: Elm
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UTS QR Code Generator
## Build
Install [Elm](https://elm-lang.org/).
Run `elm make` to build the project.
```console
$ elm make src/Main.elm --output=public/app.js
Success! Compiled 1 module.
Main ─> public/app.js
```
Serve the `public` directory using a web server.