From 4a77e798cb9eead4a70a4b403f924169248f812d Mon Sep 17 00:00:00 2001 From: Jura Khrapunov Date: Tue, 3 Oct 2023 13:56:22 -0400 Subject: [PATCH] Updated README to mention NPM package install path --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 47ef97cd4..b68fb7cec 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,16 @@ By unifying design elements into reusable components, development will simplify The Guide is a living document created to meet the needs of UNDP's front-end developers and designers. If there is a Component or Pattern that you need, or you have any other feedback, question or comment please contact us. + ## Demo Living Style Guide & Documentation: **[Demo](https://design.undp.org)** +## Install from NPM +```bash +npm install @undp/design-system +``` +See Starter project at the link below for details of implementaiton ## Starter project Static generator using Design System as dependency: [UNDP Design System starter template](https://github.com/undp/design-system-starter-template)