Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ananthb/uts-qr
https://github.com/ananthb/uts-qr
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ananthb/uts-qr
- Owner: ananthb
- Created: 2024-12-24T19:34:24.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-12-24T19:58:52.000Z (16 days ago)
- Last Synced: 2024-12-24T20:25:49.629Z (16 days ago)
- Language: Elm
- Homepage:
- Size: 0 Bytes
- 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.