What problem does it solve?
Developers working in the apps/app workspace need a concise, authoritative reference for executing app-specific maintenance, quality checks, database migrations, and CI/startup commands while avoiding confusion between Turborepo tasks and package-level scripts.
Core Features & Use Cases
- Clear Task Mapping: Distinguishes Turborepo tasks from package.json scripts and recommends the correct command patterns for linting, testing, and building the @growi/app package.
- Database & Migration Tools: Documents migration lifecycle commands (status, up, down) and explains where migration files live for safe schema changes.
- Developer Productivity & CI: Provides quick references for OpenAPI generation, visual regression, REPL debugging, prebuilt styles, and CI-friendly start commands to streamline local development and automated pipelines.
Quick Start
Run all quality checks and apply pending migrations for the main app by asking to run a Turborepo-filtered lint, test, build, and the dev:migrate sequence for @growi/app.