{"id":27944773,"url":"https://github.com/react-figma/primerdemo","last_synced_at":"2025-05-07T12:54:28.839Z","repository":{"id":48532502,"uuid":"233923533","full_name":"react-figma/PrimerDemo","owner":"react-figma","description":"📱 A multiplatform React-based design system (demo)","archived":false,"fork":false,"pushed_at":"2024-08-31T13:05:59.000Z","size":3480,"stargazers_count":19,"open_issues_count":4,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T01:38:28.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://primerdemo.now.sh","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/react-figma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-01-14T19:54:31.000Z","updated_at":"2025-05-03T04:43:24.000Z","dependencies_parsed_at":"2024-11-05T22:01:04.338Z","dependency_job_id":"32f200a1-d57f-4a58-b8e1-68ada9e40967","html_url":"https://github.com/react-figma/PrimerDemo","commit_stats":{"total_commits":34,"total_committers":2,"mean_commits":17.0,"dds":0.02941176470588236,"last_synced_commit":"97c88819a354f4c7ce5485842bb4b43e433f06ae"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-figma%2FPrimerDemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-figma%2FPrimerDemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-figma%2FPrimerDemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-figma%2FPrimerDemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/react-figma","download_url":"https://codeload.github.com/react-figma/PrimerDemo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252882817,"owners_count":21819153,"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":[],"created_at":"2025-05-07T12:54:27.907Z","updated_at":"2025-05-07T12:54:28.833Z","avatar_url":"https://github.com/react-figma.png","language":"TypeScript","readme":"# Primer Demo\n\nA multiplatform React-based design system inspired by GitHub [Primer](https://primer.style/).\n\n## Demo\n\n#### Web\n\n[Website](https://primerdemo.now.sh/)\n\n\u003cdetails\u003e\u003csummary\u003eDemo GIF\u003c/summary\u003e\n\u003cp\u003e\n\n![](https://media.giphy.com/media/Q8Ugil3y01nvhQrtIV/giphy.gif)\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n#### Figma\n\nDulplicate [Community File](https://www.figma.com/community/file/905801857371996928)\n[Demo Figma document](https://www.figma.com/file/WCoBWoLG9UQSb9bC9ZLhRl/Untitled)\n\n\u003cdetails\u003e\u003csummary\u003eDemo GIF\u003c/summary\u003e\n\u003cp\u003e\n\n![](https://media.giphy.com/media/f9GcgN8tBdvnIPAZYB/giphy.gif)\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n#### Native\n\n\u003cdetails\u003e\u003csummary\u003eDemo GIF\u003c/summary\u003e\n\u003cp\u003e\n\n![](https://media.giphy.com/media/ib9Nq5zfQzW1oTeWmz/giphy.gif)\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n## Running\n\n* Web (Storybook React): `yarn storybook:web`\n* iOS simulator (Storybook React Native): `yarn storybook:ios`\n* Figma plugin (React Figma): `yarn figma:webpack:watch`\n\n## Structure\n\n```\n├── .storybook - @storybook/react configuration\n├── .storybook-native - @storybook/react-native configuration\n├── android - gradle project for React Native app\n├── assets - React Native app assets\n├── ios - iOS project for React Native app\n├── src\n│   ├── components\n|   ├── fonts - fonts for web\n|   ├── frames - frames for displaying through React Figma\n|   ├── helpers - frames for displaying through React Figma\n|   ├── hooks - React Hooks\n|   ├── styles - global styles for web\n|   ├── tokens - design system tokens (colors, spacing, etc.)\n|   ├── wrappers - universal wrappers for base UI elements (buttons, images, etc.)\n│   ├── App.tsx - React Figma app\n│   ├── code.tsx - entty point for Figma plugin Main-thead\n│   ├── ui.html - entty point for Figma plugin UI-thead\n│   └── ui.tsx \n├── app.json - react-native config file\n├── babel.config.js - babel config for react-native\n├── figma.d.ts - figma plugin typings\n├── figma.webpack.confgi.js - Webpack config for react-figma\n├── manifest.json - Figma plugin manifest\n├── metro.config.js - config for Metro bundler\n├── now.json - config for Zeit Now\n├── package.json\n├── tsconfig.json\n└── yarn.lock\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-figma%2Fprimerdemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freact-figma%2Fprimerdemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-figma%2Fprimerdemo/lists"}