This is an example of a Stripes "platform". It consists simply of an NPM package.json that specifies the version of @folio/stripes and of any Stripes modules you wish to make available to generate client bundles.
Please see the Developing UI Modules with Stripes for more information.
The stripes.config.js is a configuration for a specific tenant. In general, a platform supports multiple tenants, each of which may include a different set of the available modules.
- Install NodeJS >= 20
- Run
yarn - Run
yarn stripes serve stripes.config.js
- Install NodeJS >= 20
- Run
yarn - Run
yarn stripes build stripes.config.js - This will generate a bundle in
./output; copy these assets to your HTTP server