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

https://github.com/activatedgeek/mercator

Maps for my life
https://github.com/activatedgeek/mercator

mapbox mapbox-gl maps react-maps

Last synced: 11 months ago
JSON representation

Maps for my life

Awesome Lists containing this project

README

          

# Mercator

[![Deploy](https://github.com/activatedgeek/mercator/actions/workflows/pages.yml/badge.svg)](https://github.com/activatedgeek/mercator/actions/workflows/pages.yml) [![Better Stack Badge](https://uptime.betterstack.com/status-badges/v1/monitor/13rvh.svg)](https://status.sanyamkapoor.com/?utm_source=status_badge)

Maps for life based on [Astro](https://astro.build) and [Mapbox](http://mapbox.com).

## Setup

Install all dependencies.

```shell
npm install
```

### Environment Variables

- `ASTRO_SITE`: Full base domain, e.g. `sanyamkapoor.com`
- `PUBLIC_MAPBOX_ACCESS_TOKEN`: [Mapbox](http://mapbox.com) access token.

Optional:

- `GOATCOUNTER_SITE`: [GoatCounter](https://www.goatcounter.com) domain analytics. e.g. `.goatcounter.com`

## Build

### Development

```shell
npm run dev
```

### Production

```
npm run build
```

## License

Apache 2.0