Quick Start
Get the Bun Core Platform running locally.Prerequisites
- Bun 1.x (Install)
- MongoDB running on
localhost:27017 - Redis (optional — falls back to in-memory cache)
1. Install Dependencies
2. Configure Environment
.env with your settings:
3. Start the Server
http://localhost:3100
4. Verify
Available Scripts
| Command | Description |
|---|---|
bun run dev | Development with hot reload |
bun run start | Production server |
bun run test | Run all tests |
bun run test:watch | Watch mode |
bun run lint | ESLint check |
bun run typecheck | TypeScript check |