15 lines
259 B
Markdown
15 lines
259 B
Markdown
|
# Quotes bot
|
||
|
|
||
|
A quotes bot integrating with [Imag](https://ari.lt/gh/imag) !
|
||
|
|
||
|
See `config.example.mjs` to configure it.
|
||
|
|
||
|
# Running
|
||
|
|
||
|
```sh
|
||
|
cp config.example.mjs config.mjs
|
||
|
vim config.mjs # Configure it
|
||
|
docker compose build --no-cache
|
||
|
docker compose up -d
|
||
|
```
|