chore: import local project into Gitea

This commit is contained in:
2026-05-20 10:03:31 -07:00
commit 1376b090ed
3 changed files with 47 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# discords — Discord automation workspace
Hosts **`discord-ai-bot-controller/`** (Vite/React + Node backend services).
Navigate into **`discord-ai-bot-controller/`**, which ships `README.md`, `README_RUN.md`, npm scripts, and bot services.
Quick start (inside the subdirectory):
```bash
cd discord-ai-bot-controller
npm install
```
Follow **`README_RUN.md`** for Discord tokens / environment wiring.
Keep credentials out of Git: use `.env` locally only and ensure it stays listed in `.gitignore`.