A map-centric user interface for exploring data from a Diana server.
VSCode + Volar (and disable Vetur) + Volar Takeover Mode.
nvm use 22
yarn installyarn devyarn buildChoose which project to build for, by specifying the PROJECT environment variable:
PROJECT=rephotography yarn dev
# or...
echo "PROJECT=rephotography" > .env.local
yarn devIt identifies a directory under projects/, e.g. projects/rephotography, where project-specific configuration and code lives.