Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
![LiveDebugger_Chrome_WebStore](https://github.com/user-attachments/assets/cf9aee3b-58ab-4c45-8a43-d73182cb3e02)

<div align="center">

[![Version Badge](https://img.shields.io/github/v/release/software-mansion/live-debugger?color=lawn-green)](https://hexdocs.pm/live_debugger)
[![Hex.pm Downloads](https://img.shields.io/hexpm/dw/live_debugger?style=flat&label=downloads&color=blue)](https://hex.pm/packages/live_debugger)
[![GitHub License](https://img.shields.io/github/license/software-mansion/live-debugger)](https://github.com/software-mansion/live-debugger/blob/main/LICENSE)

<div align="center" dir="auto">
<p dir="auto">
<a href="https://hexdocs.pm/live_debugger" rel="nofollow" target="_blank"
><img
src="https://img.shields.io/github/v/release/software-mansion/live-debugger?color=lawn-green"
alt="Version Badge"
style="max-width: 100%"
/></a>
<a href="https://hex.pm/packages/live_debugger" rel="nofollow" target="_blank"
><img
src="https://img.shields.io/hexpm/dw/live_debugger?style=flat&amp;label=downloads&amp;color=blue"
alt="Hex.pm Downloads"
style="max-width: 100%"
/></a>
<a href="https://github.com/software-mansion/live-debugger/blob/main/LICENSE"
><img
src="https://img.shields.io/github/license/software-mansion/live-debugger"
alt="GitHub License"
style="max-width: 100%"
/></a>
</p>
</div>

[LiveDebugger](https://docs.swmansion.com/live-debugger/) is a browser-based tool for debugging applications written in [Phoenix LiveView](https://github.com/phoenixframework/phoenix_live_view) - an Elixir library designed for building rich, interactive online experiences with server-rendered HTML.
Expand Down
Loading