Skip to content

frib-high-level-controls/runcheck

 
 

Repository files navigation

RunCheck

Description

An appliation to manage component installation, especially the completion of a readiness checklist for devices, slots and groups.

This application has been developed using NodeJS (runtime), Express (routing), Pug (templating) and TypeScript (language).

Quick Start

$ npm install        # Download and install dependencies (including Typescript)
$ npm run build-all  # Compile the Typescript files to regular Javascript
$ ./bin/app          # Run the application with default configuration
$ ./bin/app --config ./config/dev.jsonc   # Run the application with custom configuration

Development

The recommended development environment is VS Code as it provides very good integration with TypeScript.

About

Check workflow before a run

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.9%
  • HTML 8.6%
  • JavaScript 3.8%
  • Vue 1.5%
  • CSS 0.2%