ORNL-AMO / Logtool

Logtool for importing data and visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log Tool

Downloads Github Releases Github All Releases

Dependencies

Build

  • To remove all project-related node modules: npm run clean from the root project directory
  • To install all required packages: npm install
  • To build the angular project: npm run build (or npm run build-prod for a production build)
  • To start the electron app: npm run electron

Package

  • To build a package:npm install && npm run build and then: npm run OS where OS is either mac, linux or windows
  • The packages will be placed in ../output
  • Example: npm install && npm run build-prod && npm run windows will make a production-build installer for Windows

For Developers

  • To generate a new angular module: npm run ng g module path/to/module
  • To generate a new angular component: npm run ng g component path/to/component
  • For more information, see the angular docs
  • For making small, frequent changes try using npm run build-watch. This type of build will watch for changes made to source files and only recompile what is necessary

About

Logtool for importing data and visualization

License:MIT License


Languages

Language:TypeScript 73.7%Language:HTML 19.9%Language:CSS 5.7%Language:JavaScript 0.6%