https://github.com/crs4/lifemonitor-web
Web App for the LifeMonitor Workflow Sustainability Service
https://github.com/crs4/lifemonitor-web
monitoring sustainable-software testing workflow
Last synced: 5 months ago
JSON representation
Web App for the LifeMonitor Workflow Sustainability Service
- Host: GitHub
- URL: https://github.com/crs4/lifemonitor-web
- Owner: crs4
- License: mit
- Created: 2021-08-25T13:52:47.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-12T09:53:02.000Z (over 2 years ago)
- Last Synced: 2024-01-30T01:48:31.955Z (over 2 years ago)
- Topics: monitoring, sustainable-software, testing, workflow
- Language: SCSS
- Homepage:
- Size: 6.92 MB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/crs4/lifemonitor-web/actions/workflows/docker.yaml)
LifeMonitor is a testing and monitoring service for computational
workflows. Head over to the [LifeMonitor back-end repository](https://github.com/crs4/life_monitor) and the [LifeMonitor web
site](https://crs4.github.io/life_monitor) for more information.
## Development server
Run `npm run start:dev` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `npm build --configuration production` to build the project. The build artifacts will be stored in the `dist/` directory.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).