https://github.com/eclipse-xfsc/portal-integration
Service for the integration of xsfc portal
https://github.com/eclipse-xfsc/portal-integration
integration orchestration portal testing xfsc
Last synced: about 1 month ago
JSON representation
Service for the integration of xsfc portal
- Host: GitHub
- URL: https://github.com/eclipse-xfsc/portal-integration
- Owner: eclipse-xfsc
- License: apache-2.0
- Created: 2025-04-22T16:36:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-12T17:29:09.000Z (9 months ago)
- Last Synced: 2026-05-12T01:51:43.730Z (about 2 months ago)
- Topics: integration, orchestration, portal, testing, xfsc
- Language: TypeScript
- Size: 1.82 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Install dependencies
yarn
## Run
npm start
## Build
DISABLE_ESLINT_PLUGIN=true npm run build
## Check and format all files with pretier
yarn prettier --write .