Skip to content

Commit 235ce19

Browse files
committed
docs: Update README and DEVELOP
1 parent 6424344 commit 235ce19

File tree

2 files changed

+0
-49
lines changed

2 files changed

+0
-49
lines changed

DEVELOP.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,3 @@ Or run it:
104104
```Bash
105105
make cypress-run
106106
```
107-
s-open
108-
```
109-
110-
Or run it:
111-
112-
```Bash
113-
make cypress-run
114-
```

README.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -79,47 +79,6 @@ Go to http://localhost:3000
7979

8080
1. Happy editing!
8181

82-
### Add volto-block-style to your Volto project
83-
84-
1. Make sure you have a [Plone backend](https://plone.org/download) up-and-running at http://localhost:8080/Plone
85-
86-
```Bash
87-
docker compose up backend
88-
```
89-
90-
1. Start Volto frontend
91-
92-
- If you already have a volto project, just update `package.json`:
93-
94-
```JSON
95-
"addons": [
96-
"@eeacms/volto-block-style"
97-
],
98-
99-
"dependencies": {
100-
"@eeacms/volto-block-style": "^1.0.0"
101-
}
102-
```
103-
104-
- If not, create one:
105-
106-
```
107-
npm install -g yo @plone/generator-volto
108-
yo @plone/volto my-volto-project --addon @eeacms/volto-block-style
109-
cd my-volto-project
110-
```
111-
112-
1. Install new add-ons and restart Volto:
113-
114-
```
115-
yarn
116-
yarn start
117-
```
118-
119-
1. Go to http://localhost:3000
120-
121-
1. Happy editing!
122-
12382
## Release
12483

12584
See [RELEASE.md](https://github.com/eea/volto-block-style/blob/master/RELEASE.md).

0 commit comments

Comments
 (0)