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]) or by entering the OED web container as a developer.

App actions:

Note these are not standard ways for developers to run parts of OED but can be used at times or in scripts.

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.