Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 929 Bytes

File metadata and controls

35 lines (24 loc) · 929 Bytes

Contributing

Thanks for your interest in this starter!

Development

pnpm install
vercel link
vercel env pull
pnpm dev

Before opening a pull request:

pnpm lint
pnpm typecheck
pnpm build

Pull requests

  • Use Conventional Commits in PR titles (e.g. feat: add Notion connector example).
  • Keep changes focused. This is a minimal template: prefer small, copy-paste-friendly diffs.
  • Update the README when setup steps or architecture change.

Connectors and secrets

  • Do not commit .env.local or provider credentials.
  • Hardcode connector UIDs in server/connectors.ts and document the matching vercel connect commands in the README.

Questions

Open a question issue or a GitHub Discussion if you need help adapting the template.