From 11d8a66c18da6f3c6e345fdbaee0ce5a2967632a Mon Sep 17 00:00:00 2001 From: pinks Date: Wed, 18 Oct 2023 23:11:39 +0200 Subject: [PATCH] update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f2b5790..3195041 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,11 @@ You can configure more stuff in [Eris WebUI](http://localhost:5999/) when runnin The Stable Diffusion API types are auto-generated. To regenerate them, first start your SD WebUI with `--nowebui --api`, and then run `deno task generate` + +## Project structure + +- `/api` - Eris API served at `http://localhost:5999/api/`. +- `/app` - Queue handling and other core processes. +- `/bot` - Handling bot commands and other updates from Telegram API. +- `/ui` - Eris WebUI frontend files served at `http://localhost:5999/`. +- `/util` - Utility functions shared by other parts.