Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 806 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 806 Bytes

PhoenixPad

An Etherpad clone written in Elixir using Phoenix LiveView, that supports markdown. To be used as an application for more complex text sharing editors.

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more