To get started with this template, simply paste this command into your terminal:
bun create elysia ./elysia-exampleTo start the development server run:
bun run devOpen http://localhost:3000/ with your browser to see the result.
We welcome AI-assisted contributions (GitHub Copilot, ChatGPT, etc.) but require a short disclosure when you use them:
- Mention the tool and a sanitized prompt in your PR description.
- Ensure AI-generated code is covered by tests and passes type checks.
- Do not commit any secrets; use environment variables for credentials.
See COPILOT_RULES.md and CONTRIBUTING.md for full details and the PR checklist.
This project is provided under the MIT license. See LICENSE for details.