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