Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 506 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 506 Bytes

Reservoir 3D Model Repository

Reservoir is a project for hosting temporally and geo-spatially indexed 3D models. Reservoir exposes an API for pushing and pulling models as well as updating and searching.

Developing with docker-compose

To kick off a local developer instance of Reservoir, simply

  1. Install docker-compose

  2. Clone this repo and cd into it

    git clone [email protected]:kartta-labs/reservoir.git
    cd reservoir
    
  3. Run:

    docker-compose up