Skip to content

Commit

Permalink
Refs #140454 updated eea-design-system readme with extra info on pack…
Browse files Browse the repository at this point in the history
…age contents
  • Loading branch information
ichim-david committed Nov 23, 2021
1 parent 7d3c30f commit d2efc3d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 9 deletions.
39 changes: 30 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@

## Features

Demo GIF
This package provides the following features:

1. A Semantic UI theme
2. A repository for the design system source files and mockups
3. A website to showcase the design system


## Getting started

Expand All @@ -20,18 +25,26 @@ Demo GIF
docker pull plone/volto
```

1. Start Plone backend
2. Start Plone backend
```
docker run -d --name plone -p 8080:8080 -e SITE=Plone -e PROFILES="profile-plone.restapi:blocks" plone
docker run -v $(pwd)/var:/data -e SITE=Plone -p 8080:8080 -e PROFILES="profile-plone.restapi:blocks" --name eea-plone -it --rm plone fg
```
3. Wait until you get the following message:
```
Serving on http://0.0.0.0:8080
```

1. Start Volto frontend
4. Start Volto frontend

```
docker run -it --rm -p 3000:3000 --link plone -e ADDONS="@eeacms/volto-eea-design-system" plone/volto
docker run -it --rm -p 3000:3000 --link eea-plone -e ADDONS="@eeacms/volto-eea-design-system" plone/volto
```
5. Wait until you get the following message:
```
Volto started at http://localhost:8080
```

1. Go to http://localhost:3000
6. Go to http://localhost:3000, login with admin:admin if you need to edit the site.

### Add volto-eea-design-system to your Volto project

Expand Down Expand Up @@ -59,16 +72,24 @@ Demo GIF
cd my-volto-project
```

1. Install new add-ons and restart Volto:
1. Install the new add-ons by updating `package.json` and restart Volto:

```
yarn
yarn start
```

1. Go to http://localhost:3000
2. Go to http://localhost:3000

3. Happy editing!

### Try the design system website

Checkout the docs found within the [website](https://github.com/eea/volto-eea-design-system/blob/master/website/README.md) folder

### Try the design system mockups

1. Happy editing!
Checkout the docs found within the [mockups](https://github.com/eea/volto-eea-design-system/blob/master/mockups/README.md) folder

## How to contribute

Expand Down
1 change: 1 addition & 0 deletions mockups/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
### EEA Design mockups

0 comments on commit d2efc3d

Please sign in to comment.