{"id":39494510,"url":"https://github.com/code-dot-org/marketing-sites","last_synced_at":"2026-01-18T05:40:43.708Z","repository":{"id":321842742,"uuid":"1080799522","full_name":"code-dot-org/marketing-sites","owner":"code-dot-org","description":"Multi-tenant marketing website platform for Code.org assets","archived":false,"fork":false,"pushed_at":"2025-12-13T00:48:37.000Z","size":9816,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-14T15:42:38.689Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/code-dot-org.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-21T22:13:23.000Z","updated_at":"2025-12-12T23:37:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"1585c982-60b5-4c0f-8dbf-79e4bab425cb","html_url":"https://github.com/code-dot-org/marketing-sites","commit_stats":null,"previous_names":["code-dot-org/marketing-sites"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/code-dot-org/marketing-sites","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-dot-org%2Fmarketing-sites","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-dot-org%2Fmarketing-sites/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-dot-org%2Fmarketing-sites/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-dot-org%2Fmarketing-sites/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-dot-org","download_url":"https://codeload.github.com/code-dot-org/marketing-sites/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-dot-org%2Fmarketing-sites/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28531259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-01-18T05:40:43.074Z","updated_at":"2026-01-18T05:40:43.703Z","avatar_url":"https://github.com/code-dot-org.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code.org Marketing Websites\n\nThis directory contains packages and applications that power Code.org marketing sites.\n\n**Note**: Code.org's learn platform (student experience, curriculum, teacher tools, etc.) is built on the [Code.org Main Repository](https://github.com/code-dot-org/code-dot-org).\n\n## What's inside?\n\nThis directory uses [Turborepo](https://turbo.build/) to manage the monorepo and uses the following package structure:\n\n- `apps`: Applications or services (Contentful CMS, Storybook, etc.)\n- `packages`: Libraries, build tools, configurations (Shared linter configs, component library, etc.)\n\n### Apps\n\nOpen source Code.org marketing applications:\n\n- [@code-dot-org/marketing](apps/marketing): Code.org's multi-tenant marketing site (uses Contentful).\n- [@code-dot-org/design-system-storybook](apps/design-system-storybook): A [Storybook](https://storybook.js.org/) for the marketing component library (atomic, molecular) components.\n  instance for the Code.org design system (`@code-dot-org/component-library`). Publicly available at\n  [https://code-dot-org.github.io/code-dot-org/marketing-component-library-storybook](https://code-dot-org.github.io/code-dot-org/marketing-component-library-storybook).\n\n### Packages\n\nPublicly available packages:\n\n- [@code-dot-org/component-library](packages/component-library): The Code.org Marketing Design System React component library.\n- [@code-dot-org/component-library-styles](packages/component-library-styles): Common Styles\n  (`variables`, `colors`, `mixins`, `typography styles`, etc) of Code.org Marketing Design System\n  ([@code-dot-org/component-library](packages/component-library)). Based on [Figma](https://www.figma.com/design/NIVcvUgU3WmXpAmp9U2vVy/DSCO-Variables?node-id=2925-33951\u0026m=dev).\n  Used by [@code-dot-org/component-library](packages/component-library), should also be used as\n  a standalone package for styling components with Code.org's Marketing Design System styles.\n- [@code-dot-org/lint-config](packages/lint-config): Shared linters configuration for Code.org marketing projects\n  (includes `eslint`, `lint-staged,` `prettier`, `stylelint`, `typescript` configs).\n- [@code-dot-org/fonts](packages/fonts): Code.org's Marketing Design System fonts package.\n- [@code-dot-org/changelogs](packages/changelogs): [Release-it](https://github.com/release-it/release-it)\n  configuration for changelogs automatic generation, package versioning, and publishing.\n\n## Getting Started\n\n_(!!!)_ If you're unable to find some information in this README.md, please refer to the documentation of package/app\nthat you're working on. (e.g. go to [packages/component-library/README.md](packages/component-library/README.md),\n[apps/marketing/README.md](apps/marketing/README.md), etc)\n\n### Prerequisites\n\nEnsure that [corepack](https://nodejs.org/api/corepack.html) is enabled.\n\n```bash\ncorepack enable\n```\n\nInitialize the frontend package:\n\n```bash\nyarn install\n```\n\n### Build\n\nTurborepo will automatically detect changed sub-directories and appropriately cache to avoid duplicate work.\n\nTo build all apps and packages, run the following command:\n\n```bash\nyarn build\n```\n\n### Develop\n\nTo develop **all** apps and packages, run the following command:\n\n```bash\nyarn dev\n```\n\nTo develop a specific set of apps and packages, use `yarn workspace [workspace name] [command]`.\nMore information on this command [here](https://yarnpkg.com/cli/workspace).\n\nFor example, to only run the design system storybook:\n\n```bash\nyarn workspace @code-dot-org/design-system-storybook dev\n```\n\n### Formatting, Linting. (Prettier, ESLint, Stylelint)\n\nTo format all files in all packages and apps, run the following command:\n\n```bash\nyarn lint:fix\n```\n\nYou can also run this command for some specific package or app using yarn workspace:\n\n```bash\nyarn lint:fix --filter @code-dot-org/component-library\n\nOR\n\nyarn workspace @code-dot-org/component-library lint:fix\n```\n\n### Pre-release Testing\n\nTo run all tests that the pull-request quality checks do:\n\n```bash\nyarn release:dryrun\n```\n\nThis command executes all lint, test, and build commands.\n\n### Visual Snapshot Testing (Eyes)\n\nThe design system uses [Applitools Eyes](https://applitools.com/platform/eyes/) via their [Storybook integration](https://applitools.com/tutorials/sdks/storybook) to take a visual snapshot of\na storybook component and\ncompare it with baselines. Visual snapshots on pull requests and during the CI build.\n\nTo run visual snapshots locally, first obtain an [Applitools API Key](https://applitools.com/docs/topics/overview/obtain-api-key.html).\n\nThen, assign the API key to `frontend/.env` in the `APPLITOOLS_API_KEY` key. (If this file does not exist,\ncopy it from `frontend/.env.example`)\n\nTo run the visual tests:\n\n```bash\nyarn workspace @code-dot-org/design-system-storybook eyes-storybook\n```\n\nIf differences are detected, follow the [baseline update](https://applitools.com/docs/topics/overview/overview-reviewing-test-results.html) guide to resolve.\n\n## Cleaning\n\nTo remove build artifacts, use the following commmand:\n\n```bash\nyarn clean\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-dot-org%2Fmarketing-sites","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-dot-org%2Fmarketing-sites","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-dot-org%2Fmarketing-sites/lists"}