gu-gridh / multimodal-map

A template for place-based data exploration at GRIDH
0 stars 0 forks source link

multimodal-map

A map-centric user interface for exploring data from a Diana server.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + Volar Takeover Mode.

Development tasks

Setup

yarn install

Start local development server

yarn dev

Build for deployment

yarn build

Choose research project

Choose which project to build for, by specifying the PROJECT environment variable:

PROJECT=rephotography yarn dev
# or...
echo "PROJECT=rephotography" > .env.local
yarn dev

It identifies a directory under projects/, e.g. projects/rephotography, where project-specific configuration and code lives.