0.0.1-alpha • Published 4 years ago

slick-ui-lib v0.0.1-alpha

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

  1. Run yarn install and yarn build to install and build
  2. Link your locally built slick-ui repository: yarn link inside slick-ui.
  3. Create a symbolic link from the application to the slick-ui repo: yarn link slick-ui-lib inside the application (inside of modernmsg/client for example).
  4. Run the application in watch mode as you normally would (e.g. foreman s -f Procfile.hot etc.).
  5. In the slick-ui repo, run yarn build to re-build the distributed files on file changes