first commit

This commit is contained in:
2025-12-24 16:58:55 -06:00
commit 7f6d9812cb

34
README.md Normal file
View File

@@ -0,0 +1,34 @@
# Surveilled
A map of cameras in the world using OpenStreetMap data.
## Disclaimer
Data is fetched from OSM Overpass and may not be accurate or up to date as this data is community-sourced.
## Development
```sh
make dev
```
## Building
```sh
make build
```
## Preview
```sh
make preview
```
## Docker
Uses Chainguard Images which are rootless and very minimal images.
```sh
docker build -t surveilled .
docker run -p 3000:3000 surveilled
```