https://github.com/narven/lira
Lira is Kanban Board made in Elixir/Phoenix/Liveview/Surface/Tailwind
https://github.com/narven/lira
elixir-lang kanban phoenix-framework phoenix-liveview surfaceview tailwindcss
Last synced: 2 months ago
JSON representation
Lira is Kanban Board made in Elixir/Phoenix/Liveview/Surface/Tailwind
- Host: GitHub
- URL: https://github.com/narven/lira
- Owner: Narven
- Created: 2022-11-07T09:44:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T05:05:25.000Z (over 3 years ago)
- Last Synced: 2025-01-20T00:56:08.996Z (about 1 year ago)
- Topics: elixir-lang, kanban, phoenix-framework, phoenix-liveview, surfaceview, tailwindcss
- Language: Elixir
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lira
Lira is Kanban Board made in Elixir/Phoenix/Liveview
Still in _prototype_ fase.
* Run `docker-compose up -d`
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`