README.md

# Midas

A Web Framework for Gleam applications

## Quick start

```sh
# Build the project
rebar3 compile

# Run the eunit tests
rebar3 eunit

# Run the Erlang REPL
rebar3 shell
```

## Installation

If [available in Hex](https://www.rebar3.org/docs/dependencies#section-declaring-dependencies)
this package can be installed by adding `midas` to your `rebar.config` dependencies:

```erlang
{deps, [
    midas
]}.
```