To start an environment for developing this package, run:
make dev
This will start two containers:
- Volto frontend on port 3000 (Already with this codebase installed)
- Plone backend on port 8080
Then access http://localhost:3000/
Always stop the backend server with
make stop-backend
Continuosly run unit tests with:
make test
Or run it just once with
make test-ci
First setup acceptance tests support with
make install-acceptance
Then start the acceptance servers:
make start-test-acceptance-server
And start Cypress with:
make test-acceptance
Stop the acceptance servers:
make stop-test-acceptance-server
Start Storybook server with
make start-storybook
Then access http://localhost:6006/