A simple example that showcases how to build a scalable Formula widget using CARTO + deck.gl that stays synchronized with the map, using large-scale data coming from the same cloud data warehouse as your maps.
Uses Vite to bundle and serve files.
Or run it locally:
npm install
# or
yarn
Commands:
npm run dev
is the development target, to serve the app and hot reload.npm run build
is the production target, to create the final bundle and write to disk.