An example AT Protocol application based on the original Statusphere example app and quick-start guide, written in Elixir using the Phoenix Framework, atex, and Drinkup.
Note
This is currently intended just for development and learning purposes. You'll have to put in some manual work if you want a production deployment for whatever reason.
For the best experience, install Nix and enter our flake
dev shell with nix develop.
If you're not using Nix, the requirements are:
- Latest Elixir (1.18+ at time of writing, OTP 27)
- Node.js
- Fetch dependencies with
mix deps.get. - If you're not using the Nix shell, get Tailwind with
mix tailwind.install. - Setup with
mix setup. - Run the application with
mix phx.serveroriex -S mix phx.server. - Open http://127.0.0.1:4000 in your browser.