This document is a log
of our progress in building
linky
.
You can follow along
to understand every step along the way.
It serves as living documentation
and a rapid entry point
for anyone wanting to understand
how the app works
so that you can easily
deploy, maintain and contribute to it!
mix phx.new app --no-mailer --no-dashboard --no-gettext
To start your Phoenix server:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server