0.0.3 • Published 10 months ago

siit-colors v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

HOW TO USE

NPM LINK

The following will create a link between this library and the project so that you don't have to build and publish everytime you update it.

  1. run npm link inside siit-colors
  2. run npm watch inside siit-colors
  3. run npm link colors inside the main project (siit-frontend, siit-portal, siit-tailwind)
  4. you will need to restart your project after each library modification

Debug

- Inside project (siit-frontend, siit-poral, siit-tailwind)

  1. npm unlink [project-name]
  2. delete nodes_modules
  3. npm i --legacy-peer-deps
  4. npm link [project-name]