New user interface for STAC search
UI components can be seen at http://localhost:8000/sample.html
- Install the requirements. Go to the root directory of the project and run the following command
python3 -m pip install -r requirements.txt
- Build the project with the following command:
python3 build.py
The files will be moved to the build
directory.
- Go to the
build
directory and start the webserver
python3 -m http.server
- Go to
http://localhost:8000/sample.html
in a web browser.