Web application to look at and change streetscapes data.
Hosted at https://urban-m4.github.io/Urban-M5/.
In normal usage you would start the streetscapes server and than follow the link it prints.
pip install streetscapes[explorer]
streetscapes-explorerpnpm i # install dependencies
pnpm dev # start development server
pnpm build # build for production
pnpm format # format code with prettier
pnpm lint # run eslint
pnpm typecheck # run TypeScript type checking
# When streetscapes explorer api changes, run:
pnpm api:generate