Siemens Industrial Experience (iX) monorepo
iX is an open-source design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
You can find a getting started guide here
yarn install
yarn build || yarn build --filter=<workspace-name>
yarn start || yarn start --filter=<workspace-name>
yarn test
Docker cli must be installed on your system
If you execute the visual-regression tests, please be sure to execute the build step before.
yarn build
yarn visual-regression
Serve documentation locally
yarn start --filter=documentation
yarn release
Contains all styles and the webcomponents.
published as @siemens/ix
Contains the wrapper components for react.
published as @siemens/ix-react
Contains the wrapper components for angular.
published as @siemens/ix-angular
Contains a playground application to explore and test ix
components.
Inside the x-test-app
's are also the preview source code for the documentation. (src/preview-examples
)
This preview-examples will be generated into markdown files and will copied into ./packages/documentation/docs/auto-generated/previews
.
Not published
Contains the documentation.
Contains the brand and classic theme for the aggrid library
published as @siemens/ix-aggrid
Our pipeline lints each commit pushed to remote. To verify that you don't need to rebase existing commits please install our git hooks.
# Activate hooks
npx husky install
# or
yarn husky install
Contributions, issues and feature requests are welcome!
- Daniel Leroux daniel.leroux@siemens.com
- Lukas Maurer lukas.maurer@siemens.com
- Carlos Leandro Cruz Ferrer carlos.cruz_ferrer@siemens.com
- Gonçalo Ferreira goncalo.alves-ferreira@siemens.com
Copyright © 2022 Siemens AG.
This project is MIT licensed.