README.md

# FunWithFlags.UI

A Web dashboard for the [FunWithFlags](https://github.com/tompave/fun_with_flags) Elixir package.

This package is still a work in progress.

## Installation

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

```elixir
def deps do
  [{:fun_with_flags_ui, "~> 0.0.1"}]
end
```