https://github.com/mpadge/urbananalyst
https://github.com/mpadge/urbananalyst
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mpadge/urbananalyst
- Owner: mpadge
- License: mit
- Created: 2023-02-14T09:59:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T14:06:32.000Z (about 1 year ago)
- Last Synced: 2024-05-02T02:01:11.571Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://urbananalyst.city
- Size: 111 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UrbanAnalyst
Source code for [Urban Analyst](https://urbananalyst.city) site. All associated
code is in [the UrbanAnalyst organisation](https://github.com/UrbanAnalyst).
This repo is under my private account just so it can be deployed directly
through [vercel](https://vercel.com).## What's this built from?
- [nextjs](https://nextjs.org) for the site itself.
- [deck.gl](https://deck.gl) for the maps.
- [d3](https://d3js.org) for the statistical visualisations.
- [mui's material-ui](https://mui.com/material-ui/) for the components.## Run locally
Clone this repo, then:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.