Skip to content

ORNL-AMO/Tenn-Tech-Equipment-Inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

187 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tenn-Tech-Equipment-Inventory

This is going to be a proof of concept build for camera data extraction using similar systems to MEASUR (the system developed by ORNL) to allow future incorporation to the full system.

Dependencies

Running npm on windows (PowerShell)

NPM (Node Package Manager) will be installed as part of node.js.
If you get an error that says running scripts is disabled on this system, then run this code in PowerShell

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned

Install Angular CLI via npm

To install Angular via npm run the following in PowerShell or Bash after installing node.js

npm install -g @angular/cli

Run Angular app

To run the Angular web app navigate to the Equipment_initial directory in your terminal, then run

npm install
npm start

Running with network access

To run the Angular web app such that you can open it on a phone or other devices, navigate to the Equipment_initial directory then run

npm run start:ip

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors