Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ananthb/uts-qr


https://github.com/ananthb/uts-qr

Last synced: 12 days ago
JSON representation

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.