README.md

# Vase

**TODO: Add description**

## Installation

The package can be installed by adding `vase` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:vase, "~> 0.1.0"}
  ]
end
```
Docs can be found at [https://hexdocs.pm/vase](https://hexdocs.pm/vase).

## Development
```bash
$ git clone git@github.com:alephmelo/vase.git
$ cd vase
```

```bash
$ mix deps.get
```

```bash
$ mix run --no-halt
```
This will run the server with hotreload on and you can access it at [http://localhost:8080](http://localhost:8080).