Skip to content

Commit

Permalink
Extract from 21da58ffebb025e6223a44608fd9394c9f89ca5d
Browse files Browse the repository at this point in the history
  • Loading branch information
akeneo committed Dec 11, 2024
1 parent d5ab1f9 commit 2692c84
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dsm.akeneo.com
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Latest version is available here: https://dsm.akeneo.com

You should execute the following commands:
```shell
$ npm install
$ npm run storybook:start
npm install && \
npm run storybook:start
```

Then open http://localhost:6006 on your browser.
Expand Down Expand Up @@ -83,7 +83,7 @@ To know the props of each component, visit the dedicated page of the component h

## Play around with an hello world react App example

This repository contains an example folder with a minimal React App already configured to be used with the Akeneo Design System.
The [DSM repository](https://github.com/akeneo/akeneo-design-system) contains an example folder with a minimal React App already configured to be used with the Akeneo Design System.

Go into the example directory
```shell
Expand Down Expand Up @@ -133,10 +133,10 @@ There is two type of tests, unit and visual tests.
Unit tests can be launched with the following commands:
```shell
# Launch only one time
$ npm run test:unit:run
npm run test:unit:run

# Launch in watch mode
$ npm run test:unit:watch
npm run test:unit:watch
```

Unit test should validate all component behaviors => coverage of 100% is required for component in this project.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akeneo-design-system",
"version": "2.0.7",
"version": "2.0.8",
"description": "Akeneo design system",
"files": [
"lib"
Expand Down

0 comments on commit 2692c84

Please sign in to comment.