https://github.com/guardian/dotcom-rendering
The Guardian web rendering service (aka DCR/DCAR)
https://github.com/guardian/dotcom-rendering
production
Last synced: 3 months ago
JSON representation
The Guardian web rendering service (aka DCR/DCAR)
- Host: GitHub
- URL: https://github.com/guardian/dotcom-rendering
- Owner: guardian
- License: apache-2.0
- Created: 2017-10-16T10:13:32.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T10:18:16.000Z (8 months ago)
- Last Synced: 2025-05-13T10:23:43.586Z (8 months ago)
- Topics: production
- Language: TypeScript
- Homepage: https://www.theguardian.com
- Size: 159 MB
- Stars: 255
- Watchers: 54
- Forks: 29
- Open Issues: 488
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Dotcom Rendering & Apps Rendering
This repository contains the rendering logic for theguardian.com and for a subset of articles in the live apps.
It is a monorepo with 2 projects, `apps-rendering` and `dotcom-rendering`.
## Run
### `apps rendering`
Go to [apps rendering](apps-rendering/README.md) for more details.
### `dotcom rendering`
Go to [dotcom rendering](dotcom-rendering/README.md) for more details.
## Root actions
Most commands are run from within each project but the following can be run from the root:
### Storybook
`pnpm storybook` - Runs Storybook for all projects
`pnpm build-storybook` - Builds Storybook for all projects