...
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.
Add your ui module to the platform’s
package.json
andstripes.config.js
Set the okapi URL in
stripes.config.js
.In the platform directory, run your project with
yarn stripes serve stripes.config.js
Development Setup Provides a more elaborate description of these steps.
Navigation/Routing
Settings
...