Thanks for helping improve Stacker.
- Install dependencies with
npm install. - Copy
.env.exampleto.env.local. - Run the app with
npm run dev.
Run these before sharing changes:
npm run typecheck
npm run lint
npm run buildOr use:
npm run check- Keep changes focused and easy to review.
- Preserve local-first behavior unless the change clearly belongs in synced data.
- Prefer small reusable components over page-specific duplication.
- Update docs when setup, behavior, or environment requirements change.
- Do not commit secrets or
.env.local.
- UX polish for planning, collections, and blog flows
- Better empty states and validation feedback
- Deployment docs
- Testing coverage
- Accessibility improvements