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