Skip to content

KMC-70/kaos-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KAOS Front End

Simple web-based GUI to determine satellite-to-site visibility for single points.

This is a proof-of-concept demo for KAOS.

Run KAOS Online

You will need a mapbox API key.

You presumably already have KAOS up and running somewhere with its REST API exposed at some URL you can access.

They should go into your .env file:

REACT_APP_API_URL = http://kaos.backend.api
REACT_APP_MAP_API_KEY = your API token

Install dependencies:

npm install

Run KAOS locally:

npm start

Releases

No releases published

Packages

No packages published