|
||
---|---|---|
config | ||
lib | ||
.example-env | ||
.formatter.exs | ||
.gitignore | ||
Dockerfile | ||
README.md | ||
docker-compose.yml | ||
mix.exs | ||
mix.lock |
README.md
Skjigest
Tiny anonymous suggestion bot in elixir built for skji.
Running
cp .{example-,}env
fill out .env
to run production-ready, run:
docker compose up
to run locally, install elixir, then run
export $(cat .env)
mix deps.get
mix run --no-halt