Skip to content

Commit

Permalink
docs: Update DEVELOP
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 29, 2023
1 parent d09e062 commit 13ab983
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@

1. Go to http://localhost:3000

1. Happy hacking!
1. Initialize git hooks

```Bash
cd src/addons/volto-group-block/
yarn prepare
```

1. Happy hacking!

### Or add @eeacms/volto-group-block to your Volto project

Before starting make sure your development environment is properly set. See [Volto Developer Documentation](https://docs.voltocms.com/getting-started/install/)
Expand All @@ -32,8 +34,8 @@ Before starting make sure your development environment is properly set. See [Vol

1. Create new volto app

yo @plone/volto my-dev-project --addon @eeacms/volto-group-block --skip-install
cd my-dev-project
yo @plone/volto my-volto-project --addon @eeacms/volto-group-block --skip-install
cd my-volto-project

1. Add the following to `mrs.developer.json`:

Expand All @@ -48,17 +50,15 @@ Before starting make sure your development environment is properly set. See [Vol

1. Install

yarn develop
make develop
yarn

1. Start backend

docker run -d --name plone -p 8080:8080 -e SITE=Plone plone
docker run --pull always -it --rm --name plone -p 8080:8080 -e SITE=Plone plone/plone-backend

...wait for backend to setup and start - `Ready to handle requests`:

docker logs -f plone

...you can also check http://localhost:8080/Plone

1. Start frontend
Expand Down

0 comments on commit 13ab983

Please sign in to comment.