Skip to content

Commit

Permalink
Merge pull request #1333 from undp/develop
Browse files Browse the repository at this point in the history
Release 1.2.8
  • Loading branch information
Jura authored Jul 12, 2024
2 parents 59cf8d4 + c63bf15 commit 6bca47e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Living Style Guide & Documentation: **[Demo](https://design.undp.org)**
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)
Expand All @@ -35,6 +36,10 @@ git clone
# install project dependencies
npm install

# In Windows environment apply patch to the mdx1-csf plugin.
# This can be omitted when this PR is merged: https://github.com/storybookjs/mdx1-csf/pull/27
npm run windows-patch-package

# runs storybook locally
npm run storybook

Expand All @@ -43,10 +48,6 @@ npm run build-storybook

# build compiled css and js
npm run build

# linting on codebase
# caution: this will write changes to your files
npm run lint
```

### Important
Expand Down
11 changes: 5 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@undp/design-system",
"version": "1.2.7",
"version": "1.2.8",
"description": "UNDP Design System",
"homepage": "https://design.undp.org",
"main": "index.js",
Expand All @@ -9,7 +9,7 @@
"build": "webpack --progress",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build --loglevel verbose",
"postinstall": "patch-package"
"windows-patch-package": "patch-package"
},
"keywords": [
"UNDP",
Expand Down

0 comments on commit 6bca47e

Please sign in to comment.