- Node.js >= 20
- Yarn (default package manager in this repo)
- Git
yarn
cp .env.example .env.localAt minimum, set this in .env.local:
NOTION_PAGE_ID
Then start dev server:
yarn devyarn lint
yarn type-check
yarn test- Start with small scoped fixes (single file/module).
- Do not mix multiple change types in one PR.
- Ensure lint/test pass before opening PR.