jillo-bot/README.md

31 lines
376 B
Markdown
Raw Permalink Normal View History

2023-11-12 19:52:21 +01:00
# jillo
the goop :)
![](https://oat.zone/jilloref-2.png)
## Setup
```sh
pnpm install knex -g
# rerun after each update
pnpm install
knex migrate:latest
```
<small>(`npm` instead of `pnpm` will also suffice)</small>
Copy `config.example.json` to `config.json` and change as necessary
## Dev
```sh
pnpm deploy-commands -- --dev
pnpm dev
```
## Run
```sh
pnpm start
```