Skip to content

iTwin/presentation-rules-editor

Repository files navigation

Presentation Rules Editor

Build status CodeQL

A monorepo for Presentation ruleset editing application and its components.

Using

To start editing rulesets, you will need to build the editor application:

  1. Clone this repository.

  2. Install application dependencies:

    npx pnpm install
  3. Build app/common and presentation-rules-editor-react (if it was never built prior):

    npm run build:components
    npm run build:common
  4. Start the application:

    npm start
  5. Select an imodel within the launched browser window.

    If you have a snapshot imodel, put it inside app/backend/assets/imodels folder.

  6. You will now be presented with a ruleset editor.

Contributing

You can submit feature requests or bugs by creating issues.