stac-browser icon indicating copy to clipboard operation
stac-browser copied to clipboard

Easy execution via CLI

Open m-mohr opened this issue 4 years ago • 1 comments

Make runnning a STAC Browser as easy as npx @radiantearth/stac-browser <location>.

For local testing (i.e. no http[s]) use http-server to start a server for the local files.

Get rid of the environment variables (cross-plattform support!) and instead have either a config file or the CLI parameters.

m-mohr avatar Jan 28 '21 23:01 m-mohr

For local testing (i.e. no http[s]) use http-server to start a server for the local files.

This won't work as easily as you still need to provide a stacProxyUrl, which the user needs to provide.

Get rid of the environment variables (cross-plattform support!) and instead have either a config file or the CLI parameters.

This is done.

m-mohr avatar Mar 19 '22 15:03 m-mohr