Read the investigation and watch the investigation video
Leer la investigación y mira el vídeo de la investigación
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.
# 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