1.0.14 • Published 2 years ago

audette-customer-design-system v1.0.14

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Test Package Locally

Run the following command in the design-system repository to bundle the package. yarn build

Navigate to your repository that is using this design-system, and add the following to your package.json dependencies list. Note that anything after "link" is the directory to your package. "design-system": "link:.."

After this you can run yarn in your project to install all packages in your package.json file.

Now navigate to to design-system/node_modules/react and run npm link. Do this with react-dom as well.

Navigate back to your root directory of the project using this package, and run the following two commands. npm link react npm link react-dom

These commands will ensure that react and react-dom do not get rendered twice on the page when testing in development.

Finally, run yarn again in your project and you should be able to access components in the design system! Hooray!

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago