Installation

View Source

Requirements

  • Elixir ~> 1.18
  • Erlang/OTP 26 or later

Adding the dependency

Add appwrite to your mix.exs:

def deps do
  [
    {:appwrite, "~> 1.0"}
  ]
end

Then run:

mix deps.get

Configuration

See the Configuration guide for setup instructions.