Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.32 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.32 KB

iTwin Changed Elements

CI CodeQL

Packages

@itwin/changed-elements-react

Setup

pnpm install

Commands

  • pnpm start – starts the test app, available on http://localhost:2363
    • To enable iTwin Platform features, create packages/test-app-frontend/.env.local file based on contents of packages/test-app-frontend/.env
  • pnpm test – runs all unit tests
  • pnpm run cover – runs all unit tests and calculates test coverage
  • pnpm run lint – runs ESLint on all TypeScript files in this repository
  • pnpm run typecheck – type checks all packages in this repository

Contributing

We welcome contributions to make this project better. You can submit feature requests or report bugs by creating an issue.


Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.