@cfpb/ccdb5-ui 2.15.3 → 2.15.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -1
- package/dist/ccdb5.css +1 -1
- package/dist/ccdb5.js +3 -3
- package/dist/ccdb5.js.LICENSE.txt +26 -14
- package/package.json +55 -64
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ Unit testing of the application is performed within
|
|
|
18
18
|
[Jest](https://facebook.github.io/jest/) with
|
|
19
19
|
[Testing Library](https://testing-library.com/) providing support for event testing.
|
|
20
20
|
|
|
21
|
-
[
|
|
21
|
+
[Yarn](https://yarnpkg.com/) (via Corepack) is used to manage the build/test/deploy cycle.
|
|
22
22
|
|
|
23
23
|
#### Screenshot
|
|
24
24
|
|
|
@@ -56,6 +56,12 @@ to be available.
|
|
|
56
56
|
|
|
57
57
|
To run the app locally using the public consumerfinance.gov API, install dependencies and start the app in development mode:
|
|
58
58
|
|
|
59
|
+
If you have not enabled Corepack yet, run:
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
corepack enable
|
|
63
|
+
```
|
|
64
|
+
|
|
59
65
|
```
|
|
60
66
|
yarn
|
|
61
67
|
yarn start
|