Monorepo for shared web foundation libraries used across Justland projects.
Projects under libs/ are published packages in the @just-web scope:
| Package | Description |
|---|---|
| @just-web/types | Common types for web applications. See libs/types/readme.md. |
| @just-web/css | CSS types and utilities. See libs/css/readme.md. |
| @just-web/toolkits | Toolkits for web applications (class names, styles, theme, units). See libs/toolkits/readme.md. |
- Scripts: From the repo root, use
pnpm run <script>(e.g.pnpm run build,pnpm run test). Filter by package withpnpm --filter ./libs/<name>or the shortcutspnpm types,pnpm css,pnpm tk(toolkits). - Tooling: pnpm workspaces, Turborepo, Changesets, Biome, Vitest.
License: MIT.