From 90a1861416b4e581287110f113bfc9de10e7bdad Mon Sep 17 00:00:00 2001 From: syntaxbullet Date: Mon, 8 Dec 2025 22:39:31 +0100 Subject: [PATCH] docs: Remove outdated deployment and development features sections from README. --- README.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/README.md b/README.md index b4ac57b..d301ddd 100644 --- a/README.md +++ b/README.md @@ -39,27 +39,4 @@ This project uses a modular architecture: ```bash bun run db:push # Apply schema changes bun run generate # Generate migrations - ``` - -## Deployment - -### Manual Command Registration -Since command registration is decoupled from startup, you must run this manually when you add or change commands. - -**Option 1: Using Docker (Recommended)** -Uses the credentials configured in `docker-compose.yml`. -```bash -docker compose run --rm app bun run deploy -``` - -**Option 2: Running Locally** -Requires valid `.env` file with `DISCORD_CLIENT_ID`. -```bash -bun run deploy -``` - -## Development Features - -- **Type Safety**: Full TypeScript support. -- **Env Validation**: `zod` ensures all required env vars are present. -- **Hot Reloading**: `bun --watch` for fast development. + ``` \ No newline at end of file