Local setup and validation workflow for contributors.
Install dependencies from the repository root with pnpm install.
pnpm install
Configure local backend and optional frontend env files.
Validate with pnpm build from the root.
pnpm build
Run targeted package tests or lint where needed.
Prefer root-level PNPM commands.
Use pnpm --filter <package> lint for package-scoped linting.
pnpm --filter <package> lint
Avoid using pnpm dev unless you truly need live development servers.
pnpm dev
Keep English docs canonical and mirror Russian docs with matching structure.
This workflow keeps package boundaries and generated artifacts consistent.
Last updated 15 days ago