Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 350 Bytes

File metadata and controls

10 lines (8 loc) · 350 Bytes

CTT Sensor Station Web Interface

Express based web app using Bootstrap to dispaly the Sensor Station diagnostics.

Install node js dependencies

npm run install

Compile ES6 using babel

npm run build

Start web server

npm run start