Source code for Urban Analyst site. All associated code is in the UrbanAnalyst organisation. This repo is under my private account just so it can be deployed directly through vercel.
- nextjs for the site itself.
- deck.gl for the maps.
- d3 for the statistical visualisations.
- mui's material-ui for the components.
Clone this repo, then:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.