{"id":24059717,"url":"https://github.com/wwnorton/design-system","last_synced_at":"2025-10-17T11:03:31.697Z","repository":{"id":37839911,"uuid":"280502584","full_name":"wwnorton/design-system","owner":"wwnorton","description":"The W. W. Norton \u0026 Company design system","archived":false,"fork":false,"pushed_at":"2025-04-21T19:30:44.000Z","size":88983,"stargazers_count":13,"open_issues_count":4,"forks_count":10,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-21T20:37:42.182Z","etag":null,"topics":["components","css-custom-properties","design-system","react","react-components","sass","typescript-react"],"latest_commit_sha":null,"homepage":"https://wwnorton.github.io/design-system","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wwnorton.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-07-17T18:54:31.000Z","updated_at":"2025-04-21T19:30:48.000Z","dependencies_parsed_at":"2023-11-28T21:47:47.842Z","dependency_job_id":"cfb3d3c1-c013-4d31-b9c3-9faf91bbb822","html_url":"https://github.com/wwnorton/design-system","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwnorton%2Fdesign-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwnorton%2Fdesign-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwnorton%2Fdesign-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwnorton%2Fdesign-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wwnorton","download_url":"https://codeload.github.com/wwnorton/design-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250133420,"owners_count":21380416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["components","css-custom-properties","design-system","react","react-components","sass","typescript-react"],"created_at":"2025-01-09T06:18:12.045Z","updated_at":"2025-10-17T11:03:31.606Z","avatar_url":"https://github.com/wwnorton.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Norton Design System\n\n[![Build status](https://img.shields.io/github/checks-status/wwnorton/design-system/main?label=Checks)](https://github.com/wwnorton/design-system/actions?query=workflow%3AQuality+branch%3Amain)\n[![Code coverage](https://img.shields.io/codecov/c/github/wwnorton/design-system?label=Coverage\u0026token=UFQXP4Y1IB)](https://codecov.io/gh/wwnorton/design-system)\n[![Core version](https://img.shields.io/npm/v/@wwnds/core?label=%40wwnds%2Fcore)](https://www.npmjs.com/package/@wwnds/core)\n[![React version](https://img.shields.io/npm/v/@wwnds/react?label=%40wwnds%2Freact)](https://www.npmjs.com/package/@wwnds/react)\n\nA design system built by W. W. Norton \u0026 Company.\n\nView all documentation at https://wwnorton.github.io/design-system.\n\n## Repository Structure\n\nThis repository uses [workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces) to manage design system packages as a [monorepo](https://en.wikipedia.org/wiki/Monorepo).\n\n- [@wwnds/core](packages/core) is an implementation of the design system's styles and [foundations](https://wwnorton.github.io/design-system/docs/foundations).\n  It contains modular [Sass](https://sass-lang.com/) declarations, mixins, functions, and design tokens (variables).\n  It is the source of truth for the theming system and default styles.\n- [@wwnds/react](packages/react) is a [React](https://reactjs.org/) component library implementation of the design system.\n  It has no styling and is designed to work well with `@wwnds/core`.\n- [website](website) (https://wwnorton.github.io/design-system) contains the actual design system.\n  It depends on both `@wwnds/core` and `@wwnds/react` and uses [Docusaurus](https://v2.docusaurus.io/) as its static site generator.\n\n## Contributing\n\nAny and all contributions are welcome from anyone who would like to help.\nTo learn more about contributing, please read [the contribution guide](CONTRIBUTING.md).\n\nBecause this is a monorepo, a couple extra steps are required to get your local environment ready.\n\n### Environment Setup\n\nThe following assumes that you already have [Node.js](https://nodejs.org/en/) and [Git](https://git-scm.com/) installed locally.\n\n1. Clone the repository.\n2. Install all [workspace](https://docs.npmjs.com/cli/v7/using-npm/workspaces) dependencies via `npm@7+`.\n\n```sh\ngit clone https://github.com/wwnorton/design-system.git\ncd design-system\nnpm install\n```\n\n### Developing\n\nAll development commands should be run from the root of the repository.\n\n- `npm run storybook`: the [Storybook](https://storybook.js.org/) server for `@wwnds/react`.\n  Useful for component development.\n- `npm run dev:docs`: start the [Docusaurus server](https://v2.docusaurus.io/docs/cli) for the website.\n  Useful for writing documentation or full design system development.\n- `npm run build`: run a production build for each library package, outputting to `packages/{package_name}/dist`.\n  Useful for testing production builds.\n- `npm run test`: run unit tests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwwnorton%2Fdesign-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwwnorton%2Fdesign-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwwnorton%2Fdesign-system/lists"}