{"id":42879033,"url":"https://github.com/code-obos/grunnmuren","last_synced_at":"2026-02-23T16:15:50.616Z","repository":{"id":37029604,"uuid":"486905960","full_name":"code-obos/grunnmuren","owner":"code-obos","description":"OBOS' design system","archived":false,"fork":false,"pushed_at":"2026-02-08T02:11:36.000Z","size":45895,"stargazers_count":7,"open_issues_count":32,"forks_count":2,"subscribers_count":10,"default_branch":"main","last_synced_at":"2026-02-08T02:40:50.077Z","etag":null,"topics":["design-system","react"],"latest_commit_sha":null,"homepage":"https://grunnmuren.obos.no","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/code-obos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-29T09:03:58.000Z","updated_at":"2026-02-03T13:38:32.000Z","dependencies_parsed_at":"2024-04-01T17:00:14.873Z","dependency_job_id":"7bdcafce-8d38-430f-9d20-904e8aff60b0","html_url":"https://github.com/code-obos/grunnmuren","commit_stats":{"total_commits":361,"total_committers":12,"mean_commits":"30.083333333333332","dds":0.5706371191135734,"last_synced_commit":"13a5190d7462797628fee68a796fac3b8bbc52c9"},"previous_names":[],"tags_count":242,"template":false,"template_full_name":null,"purl":"pkg:github/code-obos/grunnmuren","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-obos%2Fgrunnmuren","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-obos%2Fgrunnmuren/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-obos%2Fgrunnmuren/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-obos%2Fgrunnmuren/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-obos","download_url":"https://codeload.github.com/code-obos/grunnmuren/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-obos%2Fgrunnmuren/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29412143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["design-system","react"],"created_at":"2026-01-30T14:26:48.164Z","updated_at":"2026-02-13T16:17:49.080Z","avatar_url":"https://github.com/code-obos.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grunnmuren - OBOS' design system\n\n[![Slack](https://img.shields.io/badge/Slack-%23grunnmuren--design--system-default?logo=slack)](https://obos.slack.com/archives/C03FR05FJ9F)\n\nThis is the monorepo for **Grunnmuren**, OBOS' design system.\n\n**⚠️ This branch is v2 of the design system**\n\nIf you are looking for v1 of the design system, see the [v1 branch.](https://github.com/code-obos/grunnmuren/tree/v1)\n\n## Getting started\n\nSee these links:\n\n- [Documentation](https://grunnmuren.obos.no)\n- [Storybook](https://grunnmuren.obos/storybook)\n- [Figma](https://www.figma.com/file/9OvSg0ZXI5E1eQYi7AWiWn/Grunnmuren-2.0-%E2%94%82-Designsystem)\n\nand check out these packages:\n\n- [@obosbbl/grunnmuren-react](./packages/react/) - The React component library.\n- [@obosbbl/grunnmuren-tailwind](./packages/tailwind/) - The Tailwind preset for the design system.\n- [@obosbbl/grunnmuren-icons-react](./packages/icons-react/) - SVG icons as React components.\n- [@obosbbl/grunnmuren-icons-svg](./packages/icons-svg/) - SVG icons.\n\nand the documentation source:\n\n- [Docs](./apps/docs)\n\n## Contributing\n\n### Local setup\n\n#### Install pnpm\n\nThis repository uses [pnpm](https://pnpm.io/) instead of npm. Follow their [installation guide](https://pnpm.io/installation) to set it up.\n\n#### Install dependencies\n\n```bash\npnpm install\n```\n\n#### Linting\n\nThe following command runs Biome.\n\n```bash\npnpm lint\n```\n\n#### Build\n\nTo build all packages, run the following command:\n\n```bash\npnpm build\n```\n\n#### Development\n\nNote that before running the Storybook or docs app for the first time, you need to build the packages first. We currently don't use tools such as Turborepo or Nx.\n\nRuns the storybook for local development, at http://localhost:6006.\n\n```bash\npnpm dev\n```\n\nRuns the docs app for local development, at http://localhost:3000.\n\n```bash\npnpm dev:docs\n```\n\n\n### Releases and changelogs\n\nWe use an automated release process based on [changesets](https://github.com/changesets/changesets) and Github actions to version, release and publish the packages.\nMeaningful changes should be documented by running `pnpm changeset` and be a part of the pull request. Remember to follow semver.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-obos%2Fgrunnmuren","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-obos%2Fgrunnmuren","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-obos%2Fgrunnmuren/lists"}