Public website for Kids Kicking Cancer with Budo Romania.
npm install
npm run media:check
npm run media:process
npm test
npm run typecheck
npm run devnpm test now enforces the repository rule that every change set must include a version bump in package.json and a synced package-lock.json.
For a standard production build and local production run:
npm install
npm run media:check
npm run build
npm run startIf you have added or re-curated source images before the build, regenerate processed media first:
npm run media:check
npm run media:process
npm run build
npm run start- Any repository modification must include a version bump in
package.json. - Keep
package-lock.jsonin sync with the bumped package version. - Run
npm run version:checkdirectly if you want to verify the rule without running the full test suite.
- global bilingual site copy:
src/content/site.ts - bilingual blog posts:
content/blog/roandcontent/blog/en - curated original images:
assets/originals - quarantined non-approved originals:
_unapproved(gitignored) - temporary intake folder that must stay empty in commits:
_raw - processed site images:
public/media
- domain shortlist:
docs/domain-options.md - inspiration and research references:
docs/competitive-landscape.md - improvement backlog:
docs/continuous-improvement.md - media catalog:
docs/media-catalog.md