WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

ClarkCGA/gelos-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gelos-app

Web App for Geospatial Exploration of Latent Observation Space (GELOS)

Run Locally

Using Node.js (http-server)

1. Install Node.js.

Windows
  • Download the installer from https://nodejs.org .
  • Run the installer and follow the setup steps.
macOS (Homebrew)
brew install node
Linux
sudo apt update
sudo apt install nodejs npm
Verify installation
node --version
npm --version

2. From the project root (where index.html is located), run:

npx http-server -p 8000

3. Open your browser at:

http://localhost:8000

About

Web App for Geospatial Exploration of Latent Observation Space (GELOS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published