You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: FAQ.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,8 +129,9 @@ The best place to start is by looking for existing conversation in [the communit
129
129
130
130
### How do I add the components to my build process? How do I add custom code/variables/overrides?
131
131
Build processes can be complicated, we recommend first looking at our [design system starter pack](https://github.com/govau/design-system-components-starter). This is a simple
132
-
implementation of the design system showing how to include the components into your project. After you `npm install` and run `npm run watch` you should have some generated
133
-
files. Looking at the `src/sass/main.scss` file you can see the order:
132
+
implementation of the design system showing how to include the components into your project.
133
+
134
+
After you `yarn install` and run `yarn watch` you should have some generated files. Looking at the `src/sass/main.scss` file you can see the order:
0 commit comments