- Install asdf
- Install PostgreSQL
- Run
$ asdf installto install Elixir, Erlang and Node.js. - Run
$ mix deps.getto install dependencies. - Run
$ mix ecto.setupto bootstrap your database. - Run
$ npm installto install Node.js dependencies. - Start Phoenix endpoint with
$ mix phx.server
Now you can visit localhost:4000 from your browser.
- Install Docker Desktop
- Install VSCode and Remote Container extension
- Run the DevContainer in VSCode
Ready to run in production? Please check our deployment guides.