Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 454 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 454 Bytes

Add a node to PCW

This tool is designed to be used by installers when on-site registering a new node. It allows for fast, mobile-friendly input of basic information about an install, and can use a device's built-in geolocation and orientation sensors to record the lat/long and facing angle of an antenna.

Run locally

npm i
npm run dev

Server runs on localhost:8080

Build static files

npm run build