A pnpm and Turborepo monorepo for small, independently published web packages. Each package owns its public API, documentation, license, and release version and can be installed without the rest of the workspace.
| Package | Version | License | Description |
|---|---|---|---|
@zemd/css-reset |
Apache-2.0 |
A small CSS reset for modern web projects | |
@zemd/typeface-cisco-sans-tt |
MIT |
Self-hosted Cisco Sans TT font files and styles | |
@zemd/typeface-open-sauce-fonts |
MIT AND OFL-1.1 |
Self-hosted Open Sauce font files and styles |
See each package's README for its installation instructions and exported paths.
git clone https://github.com/zemd/web.git
cd web
pnpm installNote
The repository uses pnpm workspaces. Install it with corepack enable or follow the pnpm installation guide.
To report a vulnerability, follow SECURITY.md. Do not disclose security reports in a public issue.
Issues and pull requests are welcome. Before opening a PR, please make sure that pnpm lint-check, pnpm format-check, pnpm typecheck, and pnpm test all pass.
Each package declares its own license — see the table above and the LICENSE file inside every package directory. Unless stated otherwise, packages are released under Apache-2.0 😇.