A monorepo for Presentation ruleset editing application and its components.
To start editing rulesets, you will need to build the editor application:
-
Clone this repository.
-
Install application dependencies:
npx pnpm install
-
Start the application:
npm start
-
Select an imodel within the launched browser window.
If you have a snapshot imodel, put it inside
app/backend/assets/imodels
folder. -
You will now be presented with a ruleset editor.
You can submit feature requests or bugs by creating issues.