Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 946 Bytes

CONTRIBUTING.md

File metadata and controls

72 lines (46 loc) · 946 Bytes

Contributing to volto-social-blocks

Run local development

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

Unit tests

Continuosly run unit tests with:

make test

Or run it just once with

make test-ci

Acceptance tests

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

Storybook

Start Storybook server with

make start-storybook

Then access http://localhost:6006/