Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebandev/lacrymap
💣 Lacrymap — An interactive map displaying all the deaths created by tear gas use, built with NuxtJS and Leaflet
https://github.com/ebandev/lacrymap
Last synced: about 1 month ago
JSON representation
💣 Lacrymap — An interactive map displaying all the deaths created by tear gas use, built with NuxtJS and Leaflet
- Host: GitHub
- URL: https://github.com/ebandev/lacrymap
- Owner: ebanDev
- Created: 2024-06-09T18:23:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T13:12:03.000Z (7 months ago)
- Last Synced: 2024-06-10T20:27:55.244Z (7 months ago)
- Language: Vue
- Homepage: https://lacrymap.vercel.app
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💣 Lacrymap
## A tool for mapping and visualizing all the deaths caused by tear gas worldwide.
This project is built with [NuxtJS](https://nuxtjs.org/), and [Leaflet](https://leafletjs.com/).
To change data, edit the `cases.yml` file in the `content` folder.
To run the project locally, clone the repository, and run the following commands:
```bash
npm install
npm run dev
```To build the project, run:
```bash
npm run build
```