Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Configure yarn to point to the dev repository: $ yarn config set @folio:registry https://repository.folio.org/repository/npm-folioci/

  2. Create a simple yarn workspace.

  3. Clone a platform as well as your ui-module code into the workspace.

  4. Add your ui module to the platform’s package.json and stripes.config.js

  5. Set the okapi URL in stripes.config.js.

  6. 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

...