1
0
Fork 0
mirror of https://github.com/ananthb/uts-qr.git synced 2026-09-20 16:26:50 +00:00
No description
  • Elm 72.1%
  • JavaScript 18%
  • Nix 6.9%
  • HTML 3%
Find a file
Ananth Bhaskararaman dccb5614da
add Deploy to Cloudflare button
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 11:04:50 +05:30
functions update to a demo key 2026-02-08 17:04:54 +05:30
public logo 2026-02-08 17:15:19 +05:30
src logo 2026-02-08 17:15:19 +05:30
.envrc update to a demo key 2026-02-08 17:04:54 +05:30
.gitignore devshell 2025-04-29 00:45:24 +05:30
elm.json UTS Booking QR Code Generator 2024-12-25 01:28:03 +05:30
flake.lock update to a demo key 2026-02-08 17:04:54 +05:30
flake.nix update to a demo key 2026-02-08 17:04:54 +05:30
package-lock.json devshell 2025-04-29 00:45:24 +05:30
package.json devshell 2025-04-29 00:45:24 +05:30
README.md add Deploy to Cloudflare button 2026-04-29 11:04:50 +05:30
shell.nix devshell 2025-04-29 00:45:24 +05:30
wrangler.toml UTS Booking QR Code Generator 2024-12-25 01:28:03 +05:30

UTS QR Code Generator

Deploy to Cloudflare

Build

Install Elm. Run elm make to build the project.

$ 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.