Appearance
Setting up environment
- Login to private registry: Follow library installation guide.
- For local development, above guide should cover it.
- For CI/Deployments, depends on your environment, you'll have to write setup scripts, however the concept is largely the same, just need to point npm registry to our
privateregistry with an appropriate github account'sPAT- we recommend to use the github account created for this sole purpose.- Github action: see our example.