Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

bellingcat/who-killed-abelardo

Repository files navigation

Visualization for `Who killed Abelardo` investigation

Visualization available in english and español

Vue visualization using https://wavesurfer.xyz and leafletjs.

To embed the deployed version:

<iframe src="https://bellingcat.github.io/who-killed-abelardo/" title="Who killed Abelardo" height="500" width="100%" allow="fullscreen;"></iframe>

To test the embedding in local development use:

<iframe src="http://localhost:3000/" title="Who killed Abelardo" height="500" width="100%" allow="fullscreen; clipboard-write; "></iframe>

pass ?lang=es to get the initial text displayed in Spanish.

Development

# Project setup
yarn

# Compiles and hot-reloads for development
yarn dev

# Compiles and minifies for production
yarn build
bun run build

# Lints and fixes files
yarn lint