Web App for Geospatial Exploration of Latent Observation Space (GELOS)
1. Install Node.js.
- Download the installer from https://nodejs.org .
- Run the installer and follow the setup steps.
brew install node
sudo apt update
sudo apt install nodejs npm
node --version
npm --version
npx http-server -p 8000
http://localhost:8000