{"id":22080476,"url":"https://github.com/paqtcom/graphite-design-system-site","last_synced_at":"2025-03-23T20:45:15.381Z","repository":{"id":38962826,"uuid":"309959577","full_name":"paqtcom/graphite-design-system-site","owner":"paqtcom","description":"Documentation site for the Graphite Design System","archived":false,"fork":false,"pushed_at":"2023-11-16T18:44:29.000Z","size":4462,"stargazers_count":1,"open_issues_count":8,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T04:24:14.577Z","etag":null,"topics":["design-system","documentation"],"latest_commit_sha":null,"homepage":"https://graphitedesignsystem.com","language":"EJS","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/paqtcom.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}},"created_at":"2020-11-04T09:45:35.000Z","updated_at":"2021-12-09T14:32:29.000Z","dependencies_parsed_at":"2024-11-30T23:25:01.132Z","dependency_job_id":null,"html_url":"https://github.com/paqtcom/graphite-design-system-site","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paqtcom%2Fgraphite-design-system-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paqtcom%2Fgraphite-design-system-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paqtcom%2Fgraphite-design-system-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paqtcom%2Fgraphite-design-system-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paqtcom","download_url":"https://codeload.github.com/paqtcom/graphite-design-system-site/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245168810,"owners_count":20571799,"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":["design-system","documentation"],"created_at":"2024-11-30T23:14:46.177Z","updated_at":"2025-03-23T20:45:15.355Z","avatar_url":"https://github.com/paqtcom.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graphite Design System Site\n\nThe official [Graphite Design System documentation](https://graphitedesignsystem.com), built with [Eleventy](https://www.11ty.dev/).\n\n## Development\n\nMake sure you are using Node v16 (with npm v8). If you use `nvm`, you can run `nvm use`.\n\nRun the following command on your local environment:\n\n```bash\ngit clone https://github.com/paqtcom/graphite-design-system-site graphite-design-system-site\ncd graphite-design-system-site\nnpm install\n```\n\nThen, you can run locally in development mode with live reload:\n\n```bash\nnpm run dev\n```\n\nOpen http://localhost:8080 with your favorite browser.\n\n## Update to latest `@graphiteds/core` version\n\nTo update to the latest Graphite release use [this tool](https://www.jsdelivr.com/package/npm/@graphiteds/core?tab=collection) to generate the correct `integrity` hash (but make sure you use `type=\"module\"` for the script tag). [Check the MDN docs](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) for more info about this.\n\nNote: don't forget to change the version number in the the top right of the site.\n\n## Preview production mode\n\nYou can see the results locally in production mode with:\n\n```bash\nnpm run serve\n```\n\n## Deploy to production\n\nThe master branch is automatically deployed to [Netlify](https://www.netlify.com/) on https://graphitedesignsystem.com.\n\nPlus, you can automatically preview PR's on Netlify.\n\n## Attribution\n\n### Eleventy Starter Boilerplate\n\nWe used this [starter project](https://github.com/ixartz/Eleventy-Starter-Boilerplate).\n\n```\nMIT License\n\nCopyright (c) 2020 Rem W.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n\n### Nuxt Content\n\nThe layout is based on or inspired by [Nuxt Content](https://content.nuxtjs.org/).\n\n```\nMIT License\n\nCopyright (c) 2020 Nuxt.js with the contributions of:\n- Sebastien Chopin (NuxtJS Company)\n- Alexandre Chopin (NuxtJS Company)\n- Benjamin Canac (NuxtJS Company)\n- Sergey Bedritsky (NuxtJS Company)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n\n### Ionic Framework\n\nSome documentation is based on or inspired by the [Ionic Framework](https://ionicframework.com/).\n\n### Shoelace\n\nSome documentation is based on or inspired by [Shoelace](https://shoelace.style/).\n\n### Spectrum Design System\n\nSome documentation is based on or inspired by the [Spectrum Design System](https://spectrum.adobe.com/).\n\n### Carbon Design System\n\nSome documentation is based on or inspired by the [Carbon Design System](https://www.carbondesignsystem.com/).\n\n### Polaris Design System\n\nSome documentation is based on or inspired by the [Polaris Design System](https://polaris.shopify.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaqtcom%2Fgraphite-design-system-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaqtcom%2Fgraphite-design-system-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaqtcom%2Fgraphite-design-system-site/lists"}