A map-centric user interface for exploring data from a Diana server.
VSCode + Volar (and disable Vetur) + Volar Takeover Mode.
yarn install
yarn dev
yarn build
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.