Interactive web viewer for marine wildlife rescue data from the SIMBA project in Brazil.
# First time setup - get data and build
npm run collect-and-build
# Start development server
npm run dev
Visit http://localhost:8082 to view the application.
# Make code changes in src/
npm run build # Rebuild after changes
npm run dev # View changes locally
# Get fresh data from SIMBA API
npm run collect-all
# Sync data files and rebuild
npm run update-data
npm run build
npm run clean # Clear built files
npm run collect-and-build # Rebuild everything
npm run dev
- Start local server at http://localhost:8082npm run start
- Build then start server (full development workflow)npm run build
- Build project fromsrc/
todocs/
for deploymentnpm run clean
- Remove all built files
npm run collect-all
- Collect data for Penha from 2021-2025npm run update-data
- Sync collected data files and create index for web viewernpm run collect-and-build
- Complete pipeline: collect data → update files → build
Marine wildlife rescue data from SIMBA - Sistema de Monitoramento Ambiental Petrobras
Copyright © 2025 Tiago Vignatti