Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 661 Bytes

File metadata and controls

23 lines (15 loc) · 661 Bytes

AGENTS.md

Architecture

This is a Node/PostCSS styles project. Build outputs are generated artifacts.

Build

  • If local npm is unavailable, use containerized Node:

    docker run --rm -v "$(pwd):/code" -w /code node:20 sh -lc "npm ci && npm run build:css"
  • Use npm start only for demo preview; it is not a replacement for a full CSS build.

  • To regenerate dist/ files:

    1. Update relevant source file(s) under src/lib/_imports/...
    2. Run the build command to regenerate the dist/ files.
  • Before creating or updating a PR, review changed files and remove unexpected diff files.