File tree Expand file tree Collapse file tree 2 files changed +0
-49
lines changed Expand file tree Collapse file tree 2 files changed +0
-49
lines changed Original file line number Diff line number Diff line change @@ -104,11 +104,3 @@ Or run it:
104
104
` ` ` Bash
105
105
make cypress-run
106
106
` ` `
107
- s-open
108
- ```
109
-
110
- Or run it:
111
-
112
- ``` Bash
113
- make cypress-run
114
- ```
Original file line number Diff line number Diff line change @@ -79,47 +79,6 @@ Go to http://localhost:3000
79
79
80
80
1 . Happy editing!
81
81
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
-
123
82
## Release
124
83
125
84
See [ RELEASE.md] ( https://github.com/eea/volto-block-style/blob/master/RELEASE.md ) .
You can’t perform that action at this time.
0 commit comments