Building the administration application
=======================================

The human-readable administration sources are stored in src/js/admin.js and
src/css/admin.css. WordPress supplies React through the registered wp-element
dependency. React and ReactDOM must not be bundled into the generated file.

Requirements
------------

* Node.js 20 or later.
* npm 10 or later.

Build commands
--------------

1. Run: npm install
2. Run: npm run build

The build writes the production files to assets/dist/admin.js and
assets/dist/admin.css. Generated files are committed so WordPress users do not
need Node.js on their server.
