commit 1376b090edba0ac32ef7c87cefb0c6650478395c Author: drjones Date: Wed May 20 10:03:31 2026 -0700 chore: import local project into Gitea diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81d430d --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# OS / tooling +.DS_Store +Thumbs.db + +# Editors +.cursor/ + +# Secrets +.env +.env.* +!.env.example +!.env.template + +# Python +__pycache__/ +*.py[cod] +.venv/ +venv/ + +# Node / frontend +node_modules/ +dist/ + +# Typical embedded / tooling noise +*.log + +# Builds (adjust per subtree if needed) +**/build/.ninja_deps +**/build/.ninja_log + diff --git a/README.md b/README.md new file mode 100644 index 0000000..a57d423 --- /dev/null +++ b/README.md @@ -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`. diff --git a/discord-ai-bot-controller b/discord-ai-bot-controller new file mode 160000 index 0000000..cc2bf2e --- /dev/null +++ b/discord-ai-bot-controller @@ -0,0 +1 @@ +Subproject commit cc2bf2ea0a6f7797228269afeaf2ac586b5555f1