Skip to content

Commit

Permalink
chore: updated readme with personal token information
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGross committed Aug 19, 2024
1 parent 1564e42 commit c13f575
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
10. Reload the browser to see the change reflected in the CMS

0 comments on commit c13f575

Please sign in to comment.