Anaconda or Miniconda installation
conda env create -f environment.yml
. This will create a GeoSTAC
environment with nodejsconda activate GeoSTAC
npm install
from the project rootnpm start
to launch your local development server. Changes should automatically refresh in the browsernpm run build
This will create a folder "dist" with all of the production files needed.