docs: Remove outdated deployment and development features sections from README.
This commit is contained in:
25
README.md
25
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.
|
||||
```
|
||||
Reference in New Issue
Block a user