Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.
/ Logtool Public archive

Logtool for importing data and visualization

License

Notifications You must be signed in to change notification settings

ORNL-AMO/Logtool

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published