Skip to content

Commit 5b3ac31

Browse files
authored
Merge branch 'develop' into dependabot/npm_and_yarn/babel/traverse-7.23.2
2 parents a4663a8 + 4a77e79 commit 5b3ac31

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@ By unifying design elements into reusable components, development will simplify
1010

1111
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.
1212

13+
1314
## Demo
1415

1516
Living Style Guide & Documentation: **[Demo](https://design.undp.org)**
1617

18+
## Install from NPM
19+
```bash
20+
npm install @undp/design-system
21+
```
22+
See Starter project at the link below for details of implementaiton
1723
## Starter project
1824

1925
Static generator using Design System as dependency: [UNDP Design System starter template](https://github.com/undp/design-system-starter-template)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@undp/design-system",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "UNDP Design System",
55
"homepage": "https://design.undp.org",
66
"main": "index.js",

0 commit comments

Comments
 (0)