...
Configure yarn to point to the dev repository:
$ yarn config set @folio:registry https://repository.folio.org/repository/npm-folioci/
Create a simple yarn workspace.
Clone a platform as well as your ui-module code into the workspace.
Create a local copy of
stripes.config.js
- rename it tostripes.config.local.js
, for exampleAdd your ui module to the platform’s
package.json
andstripes.config.local.js
Set the okapi URL in
stripes.config.local.js
.In the platform directory, run your project with
yarn stripes serve stripes.config.local.js
Navigation/Routing
Settings
...