0.0.1-alpha • Published 5 years ago
slick-ui-lib v0.0.1-alpha
Slick
"Slick!" is a component library and design system developed by Modern Message
Local Development
To run Slick locally in conjunction with another app (modernmsg/modernmsg for example) you will need to link slick and your application together with yarn link
- Run
yarn installandyarn buildto install and build - Link your locally built slick-ui repository:
yarn linkinsideslick-ui. - Create a symbolic link from the application to the slick-ui repo:
yarn link slick-ui-libinside the application (inside ofmodernmsg/clientfor example). - Run the application in watch mode as you normally would (e.g.
foreman s -f Procfile.hotetc.). - In the slick-ui repo, run
yarn buildto re-build the distributed files on file changes
0.0.1-alpha
5 years ago