@kroo-web/design-system 1.0.62 → 1.0.63
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 +15 -0
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +4 -2
package/README.MD
CHANGED
|
@@ -69,3 +69,18 @@ This will overwrite the package with the local version of the package.
|
|
|
69
69
|
This sways more on the side of component library rather than a design system due to the lack of tokens and living documentation. However, next steps would be to create a seperate package called @kroo-web/tokens allowing us to version the tokens and use them in the design system.
|
|
70
70
|
|
|
71
71
|
We could also use Token Studio with Figma to enable the designers to have control over the tokens allowing them to change the design system and see the changes in the design system in real time.
|
|
72
|
+
|
|
73
|
+
## Deployments of storybook
|
|
74
|
+
|
|
75
|
+
This app uses Terraform to manage the Amplify instance in AWS
|
|
76
|
+
|
|
77
|
+
To make a change, amend the `/infra/service/amplify.tf` file and then run the below:
|
|
78
|
+
|
|
79
|
+
```bash
|
|
80
|
+
npm run terraform:plan
|
|
81
|
+
npm run terraform:apply
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
## Gotchas
|
|
85
|
+
|
|
86
|
+
You need to set the github token in the `main.tf` file
|