Skip to content

Latest commit

 

History

History

upload

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Upload

An upload tool for Photosphere.

Run this to upload local assets.

Setup

Edit ./src/config.js with the paths to upload.

Set environment variable GOOGLE_API_KEY to your Google API key to enable reverse geocoding of GPS coordinates.

Install dependencies for the monorepo:

cd photosphere
pnpm install

Compile code:

pnpm run compile

Change into directory for the Upload tool and run it:

cd tools/upload
pnpm start

Run it for development with live reload:

pnpm run start:dev