Skip to content

volons/monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitor

Volons Monitor is a 'getting started' trivial web application using Volons NPM to monitor real-time flight. This web application is build with preact.

    • $ volons start: Starts volons' docker container on your localhost
    • $ npm run dev: Starts Preact server (More: CLI Commands below)
    • $ mv ./scr/config/index.dev.js ./src/config/index.js: Then edit index.js to add your own Google Map API Key
    • $ node YourMission.js: Execute mission using Volons NPM.

Monitor Screenshot

CLI Commands

# Clone volons/monitor repository
git clone git@github.com:volons/monitor.git

# install dependencies
cd monitor/
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
preact build --no-prerender

# test the production build locally
npm run serve

# run tests with jest and preact-render-spy 
npm run test

For detailed explanation on how things work, checkout the CLI Readme.

About

Web Application to monitor UAV

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published