Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 363 Bytes

DEVELOP.rst

File metadata and controls

32 lines (18 loc) · 363 Bytes

Developing this package

Create the virtual enviroment and install all dependencies:

$ make build

Start Plone in foreground:

$ make start

Running tests

::
$ make tests

Formatting the codebase

::
$ make format

Linting the codebase

::
$ make lint