Interactive filter explorer demonstrating all LiveFilter filter types with a Phoenix LiveView interface.
- Elixir 1.15+
- PostgreSQL
- Node.js (for asset compilation)
mix setupThis runs:
mix deps.get— fetch dependenciesmix ecto.setup— create database, run migrations, seed datamix assets.setup— install Tailwind and esbuildmix assets.build— compile assets
mix phx.serverVisit http://localhost:4000
Reset database with fresh seed data:
mix ecto.resetRun tests:
mix test