Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coingaming/bennu
- Owner: coingaming
- License: mit
- Created: 2019-08-22T13:30:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T12:52:00.000Z (over 2 years ago)
- Last Synced: 2023-03-24T13:11:52.545Z (over 1 year ago)
- Language: Elixir
- Size: 557 KB
- Stars: 2
- Watchers: 26
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```