OED NPM Scripts

OED has many scripts to support its use for development and sometimes in production settings. These can be run by executing npm run [SCRIPT] in the web docker compose service (e.g. docker compose run --rm web npm run [SCRIPT] [args]).

For non-Docker installs (not normally the case and assumes you have npm on your system), simply issue npm run [SCRIPT].

App actions:

Validation and CI actions:

Administration:

Note many of these are described in more detail on the installation page.

Test data

Developers interested in how to create the test data and related script should consult the testing page.