A powerful, lightweight server built with Bun.js and TypeScript.
- 🚀 Fast Bun.js runtime
- 🛡️ Middleware support
- 🎨 ASCII Art generation
- 📦 Easy deployability
- Bun 1.0+
- Node.js (optional, for some dev tools)
# Clone the repository
git clone https://your-repo-url.git
# Install dependencies
bun install
# Development mode
bun dev
# Production build
bun build
bun start
/
- Home route with ASCII art/health
- Health check endpoint/ascii
- Custom ASCII art generation
- Ensure you have the Vercel CLI installed
- Run
vercel
in the project directory - Follow the prompts
PORT
- Custom port for the server (default: 3000)
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request
MIT License