From 21d9f2b6e3e256334189f2f69d6e21b3a785845a Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Fri, 5 Nov 2021 18:14:13 +0100 Subject: [PATCH] docs: add video on what is page --- website/docs/what-is-verdaccio.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/docs/what-is-verdaccio.md b/website/docs/what-is-verdaccio.md index 092994ae8..8d7b413c8 100644 --- a/website/docs/what-is-verdaccio.md +++ b/website/docs/what-is-verdaccio.md @@ -7,7 +7,7 @@ Verdaccio is a **lightweight private npm proxy registry** built in **Node.js** [![logo](https://cdn.verdaccio.dev/website/watch-us.png)](https://www.youtube.com/channel/UC5i20v6o7lSjXzAHOvatt0w) - + ## What's a registry? {#whats-a-registry} @@ -43,6 +43,10 @@ npm install lodash --registry http://localhost:4873 yarn config set registry http://localhost:4873 ``` +To have a more detailed explanation, I invite you to watch the full explanation **Angular Library: How To Use a Library in a poly-repo Using Verdaccio** by [_Fanis Prodromou_](https://twitter.com/prodromouf) on his [YouTube channel](https://www.youtube.com/channel/UCgJAoZCYx1Dk3iGPHSIgV1A). + + + ## Private {#private} All packages that you publish are private and only accessible based in your configuration.