CesiumJS-based web app to show where OreSats are.
$ cd backend
- Install GDAL for your system. See GDAL Download.
- Install dependencies:
$ pip install -r Backend/requirements.txt
- Make tiles:
$ ./backend/make_tiles.sh
- Run:
$ flask run
$ cd frontend
- Install
yarn
for your system - Install dependencies:
$ yarn install
- Run:
$ yarn dev
- Goto
localhost:3000
in a web browser