An example AT Protocol application, written in Elixir using atex and Drinkup.
Elixir 85.4%
JavaScript 8.9%
HTML 3.9%
CSS 1.0%
Nix 0.8%
6 1 0

Clone this repository

https://tangled.org/comet.sh/statusphere_elixir
git@knot.ovy.sh:comet.sh/statusphere_elixir

For self-hosted knots, clone URLs may differ based on your setup.

README.md

Statusphere Elixir#

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.

Getting Started#

Overvie#

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
  1. Fetch dependencies with mix deps.get.
  2. If you're not using the Nix shell, get Tailwind with mix tailwind.install.
  3. Setup with mix setup.
  4. Run the application with mix phx.server or iex -S mix phx.server.
  5. Open http://127.0.0.1:4000 in your browser.

License#

MIT License