Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coingaming/bennu

Component system and rendering engine for Phoenix and LiveView
https://github.com/coingaming/bennu

Last synced: about 15 hours ago
JSON representation

Component system and rendering engine for Phoenix and LiveView

Awesome Lists containing this project

README

        

# Bennu

Component system and rendering engine for Phoenix and LiveView

## Installation

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

```elixir
def deps do
[
{:bennu, "~> 0.1.0"}
]
end
```

## Development Setup

```bash
git clone [email protected]:coingaming/lab_auth.git
cd lab_auth
./setup
```