An open API service indexing awesome lists of open source software.

https://github.com/mpadge/urbananalyst


https://github.com/mpadge/urbananalyst

Last synced: 2 months ago
JSON representation

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.