From c13f5758b6f692e7580d9208fb6f8cf3326f45aa Mon Sep 17 00:00:00 2001 From: thomasgross Date: Mon, 19 Aug 2024 15:39:12 +0200 Subject: [PATCH] chore: updated readme with personal token information --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e68a7ee..b32e7ef 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Dapple is an attempt at providing a unified workflow for three DPL projects: - [React components](https://github.com/danskernesdigitalebibliotek/dpl-react) - [CMS](https://github.com/danskernesdigitalebibliotek/dpl-cms) -These projects recide in separate repositories but are used by one another to +These projects recide in separate repositories but are used by one another to provide a complete application. While there is an established workflow for implementing changes which span multiple repositories, some processes may result in much back and forth between the individual parts. This can become @@ -25,7 +25,7 @@ three projects with direct links between each of them. - [Docker Compose](https://docs.docker.com/compose/install/) - [Task](https://taskfile.dev/#/installation) -- Prerequisites required by the individual projects. +- Prerequisites required by the individual projects. (the design system requires a personal access token when running `task init`. The task will fail if not present) ## Installation @@ -53,4 +53,4 @@ three projects with direct links between each of them. 7. Make a change in the local `react` project 8. See that the change triggers a build of the React components 9. See that the change causes the CMS cache to be cleared -10. Reload the browser to see the change reflected in the CMS \ No newline at end of file +10. Reload the browser to see the change reflected in the CMS