Thanks for your interest in contributing to @bquery/template! This guide explains how to set up the project locally, run the dev server, and submit changes.
- Node.js
>=24.0.0 - Bun
>=1.3.13(recommended) - Git
- Clone the repository.
- Install dependencies:
bun install
- Start the dev server:
bun run dev - Preview production build:
bun run preview
bun run typecheck
bun run build
- Run
bun run lintbefore submitting. - Keep application logic minimal and focused on demonstrating bQuery patterns.
- Update docs/comments when changing notable patterns.
- Describe what and why you changed something.
- Use the pull request template and complete the validation checklist.
- Ensure typecheck and build pass locally.
Please do not post sensitive details publicly. Report security issues per SECURITY.md.