- This is a Elixir+Phoenix app, more info here https://hexdocs.pm/phoenix/overview.html
- Have Docker or Orbstack installed and running.
- Have an VSCode-like editor, to use the
.devcontainer
- Make sure you also have the "Dev Containers" extension installed.
- Open your editor, and it should prompt you if you want to use the
.devcontainer
, accept that. - All dependencies should be automatically setup for you.
- Run the server with
make dev
, and access the app on the browser withhttp://localhost:4000/
- ...
- Things merged to the main branch get automatically deployed to production through Github Actions.