File tree Expand file tree Collapse file tree 10 files changed +4
-23
lines changed
Expand file tree Collapse file tree 10 files changed +4
-23
lines changed Original file line number Diff line number Diff line change 77/.github / @ guardian/dotcom-platform
88/.husky / @ guardian/dotcom-platform
99/.vscode / @ guardian/dotcom-platform
10- /apps-rendering / @ guardian/dotcom-platform
1110
1211# Files at the root of `/dotcom-rendering`
1312/dotcom-rendering /* @ guardian/dotcom-platform
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: DCR Build Check
22on :
33 push :
44 paths-ignore :
5- - ' apps-rendering/**'
65 - ' dotcom-rendering/docs/**'
76
87jobs :
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: DCR Bundle Analyser
22on :
33 push :
44 paths-ignore :
5- - ' apps-rendering/**'
65 - ' dotcom-rendering/docs/**'
76jobs :
87 build_check :
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: DCR CICD
33on :
44 push :
55 paths-ignore :
6- - ' apps-rendering/**'
76 - ' ab-testing/**'
87 - ' !ab-testing/config/abTests.ts'
98
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: DCR Schema Check
22on :
33 push :
44 paths-ignore :
5- - ' apps-rendering/**'
65 - ' dotcom-rendering/docs/**'
76
87jobs :
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: DCR Stories Check
22on :
33 push :
44 paths-ignore :
5- - ' apps-rendering/**'
65 - ' dotcom-rendering/docs/**'
76
87jobs :
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: DCR typescript 🕵♀
22on :
33 push :
44 paths-ignore :
5- - ' apps-rendering/**'
65 - ' dotcom-rendering/docs/**'
76
87jobs :
Original file line number Diff line number Diff line change 1- # Welcome to the the Guardian's Apps & Web rendering platforms
1+ # Welcome to the Guardian's Apps & Web rendering platform
22
33Read our [ Code of conduct] ( ./CODE_OF_CONDUCT.md ) to help keep things approachable and respectful.
44
5- Interested in our web rendering platform? [ Start here ➡️] ( ./dotcom-rendering/docs/contributing/README.md )
6-
7- Interested in our apps rendering platform? [ Start here ➡️] ( ./apps-rendering/README.md )
5+ [ Start here ➡️] ( ./dotcom-rendering/docs/contributing/README.md )
Original file line number Diff line number Diff line change 1- # Dotcom Rendering & Apps Rendering
1+ # DCAR: Dotcom & Apps Rendering
22
33This repository contains the rendering logic for theguardian.com and for a subset of articles in the live apps.
44
5- It is a monorepo with 2 projects, ` apps-rendering ` and ` dotcom-rendering ` .
6-
75## Run
86
9- ### ` apps rendering `
10-
11- Go to [ apps rendering] ( apps-rendering/README.md ) for more details.
12-
13- ### ` dotcom rendering `
14-
157Go to [ dotcom rendering] ( dotcom-rendering/README.md ) for more details.
168
179## Root actions
1810
19- Most commands are run from within each project but the following can be run from the root:
11+ Most commands are run from within the dotcom-rendering project but the following can be run from the root:
2012
2113### Storybook
2214
Original file line number Diff line number Diff line change 88 "postinstall" : " ./scripts/postinstall.sh" ,
99 "storybook" : " pnpm '/^storybook:.*/'" ,
1010 "storybook:dcr" : " pnpm --filter @guardian/dotcom-rendering storybook --no-open --quiet" ,
11- "storybook:ar" : " pnpm --filter apps-rendering storybook --no-open --quiet" ,
1211 "build-storybook" : " pnpm '/^build-storybook:.*/'" ,
13- "build-storybook:ar" : " pnpm --filter apps-rendering build-storybook" ,
1412 "build-storybook:dcr" : " pnpm --filter @guardian/dotcom-rendering build-storybook" ,
1513 "build:dcr" : " cd dotcom-rendering && make build" ,
1614 "chromatic" : " chromatic --build-script-name=build-storybook --exit-zero-on-changes" ,
You can’t perform that action at this time.
0 commit comments