Skip to content
/ lira Public

Lira is Kanban Board made in Elixir/Phoenix/Liveview/Surface/Tailwind

Notifications You must be signed in to change notification settings

Narven/lira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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