Next-gen version of Aero, as one big Elixir monolith
 
 
Go to file
Ravy 48dd6a463d
readme but really this is just a webhook test
2023-09-21 05:00:00 +02:00
config cursed regex wizardry to make reminders a thing 2022-12-27 22:40:08 +01:00
docs first settings db impl 2022-12-18 08:26:15 +01:00
lib update submod 2023-06-13 00:19:49 +02:00
priv/repo/migrations cursed regex wizardry to make reminders a thing 2022-12-27 22:40:08 +01:00
test Initial commit 2022-12-08 17:07:41 +01:00
.env.example we do a little trolling 2023-03-14 17:57:57 +00:00
.formatter.exs Initial commit 2022-12-08 17:07:41 +01:00
.gitignore macos 2023-03-14 17:55:26 +00:00
.gitmodules submodules vol. 2 2023-04-14 15:11:02 +01:00
Makefile add testing prod release 2023-01-07 17:07:48 +01:00
README.md readme but really this is just a webhook test 2023-09-21 05:00:00 +02:00
docker-compose.yml add oban support & migrate to iex 2022-12-27 17:41:18 +01:00
mix.exs we ball 2023-06-13 00:18:55 +02:00
mix.lock we ball 2023-06-13 00:18:55 +02:00

README.md

Aero

A concept Discord bot written in Elixir.

Local Development

Requirements

Elixir >= 1.14 Erlang >= 25.0

Setup

mix deps.get

Fill out .env

Running

make dev