Refactor code to comply with credo suggestions
[akkoma] / README.md
1 # Pleroma
2
3 To start your Phoenix server:
4
5 * Install dependencies with `mix deps.get`
6 * Create and migrate your database with `mix ecto.create && mix ecto.migrate`
7 * Start Phoenix endpoint with `mix phx.server`
8
9 Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
10
11 Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
12
13 ## Learn more
14
15 * Official website: http://www.phoenixframework.org/
16 * Guides: http://phoenixframework.org/docs/overview
17 * Docs: https://hexdocs.pm/phoenix
18 * Mailing list: http://groups.google.com/group/phoenix-talk
19 * Source: https://github.com/phoenixframework/phoenix