Skip to content

Commit

Permalink
docs: Update README and DEVELOP
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 29, 2023
1 parent efb0708 commit f080af8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
13 changes: 0 additions & 13 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,6 @@ Start:

This will build and start with Docker a clean `Plone backend` and `Volto Frontend` with `volto-columns-block` block installed.

Open Cypress Interface:

```Bash
make cypress-open
```

Or run it:

```Bash
make cypress-run
```
his will build and start with Docker a clean `Plone backend` and `Volto Frontend` with `volto-columns-block` block installed.

Open Cypress Interface:

```Bash
Expand Down
48 changes: 0 additions & 48 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,47 +79,6 @@ Go to http://localhost:3000

1. Happy editing!

### Add volto-columns-block to your Volto project

1. Make sure you have a [Plone backend](https://plone.org/download) up-and-running at http://localhost:8080/Plone

```Bash
docker compose up backend
```

1. Start Volto frontend

- If you already have a volto project, just update `package.json`:

```JSON
"addons": [
"@eeacms/volto-columns-block"
],

"dependencies": {
"@eeacms/volto-columns-block": "^4.0.0"
}
```

- If not, create one:

```
npm install -g yo @plone/generator-volto
yo @plone/volto my-volto-project --addon @eeacms/volto-columns-block
cd my-volto-project
```

1. Install new add-ons and restart Volto:

```
yarn
yarn start
```

1. Go to http://localhost:3000

1. Happy editing!

## Release

See [RELEASE.md](https://github.com/eea/volto-columns-block/blob/master/RELEASE.md).
Expand All @@ -138,10 +97,3 @@ See [LICENSE.md](https://github.com/eea/volto-columns-block/blob/master/LICENSE.
## Funding

[European Environment Agency (EU)](http://eea.europa.eu)
rved.

See [LICENSE.md](https://github.com/eea/volto-columns-block/blob/master/LICENSE.md) for details.

## Funding

[European Environment Agency (EU)](http://eea.europa.eu)

0 comments on commit f080af8

Please sign in to comment.