/dixord

Discord clone built in Elixir

Primary LanguageHTML

Dixord

Build Status codecov

alt text

Open source Discord clone build in Elixir, live at https://dixord.herokuapp.com Read the blog post at http://www.lessand.ro/15/post.

Docs

You can read the docs at https://dixord.herokuapp.com/index.html Docs are generated with ex_doc, and served statically from priv/static.

Phoenix

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more