ensightplus-posm-gcpi
v1.0.2
Published
Ground Control Point interface
Readme
Ground Control Point interface
Setup
- Clone the project.
npm install
Local development
Use npm start to run the app locally.
Deploy
Make sure to set the homepage value in package.json with the path in which the app is served.
Use npm run build to bundle source code into deployable files. Output of this process will be put into the build directory. The build directory is tracked.
Deploy posm-local-home
Run
npm run build:plhand commit changes.Then commit the
buildfolder to thedistbranch by running:git subtree push --prefix app/build origin distfrom the root directory.
