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. Start the application:

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

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

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

Contributing

You can submit feature requests or bugs by creating issues.