xm-online / xm-webapp

XM^online 2 - Open Source version of the XME.digital core platform
https://xme.digital
Apache License 2.0
14 stars 7 forks source link

XM^online 2 - General Single Page Application (xm-webapp)

Status of latest github CI build-ui from Main branch

Status of latest github CI deploy-ui from Main branch

Prerequisites:

How to start

Add ui examples (link - dashboard/ui-docs)

Packages

Packages are built with post-install scripts by default. Packages are not part of the application build. The application uses the built files in the lib directory. When you need to develop packages, add the path resolution to tsconfig.json in the paths block and start the app.

      "@xm-ngx/*": [
        "packages/*",
      ],

Changelog

Learn about the latest improvements.

Contribution

Contributing Guidelines

Read through our contributing guidelines to learn about our submission process, coding rules and more.

Github Action CI/CD

Guide to using Github action pipelines: test, build and deploy