Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 544 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 544 Bytes

Layer Browser

This is the main testing app for deck.gl development. It can only be run against source on the current branch.

# install root dependencies
../deck.gl$ yarn bootstrap

cd examples/layer-browser
# install app dependencies
yarn
# bundle and serve
yarn start-local

Basemap

The basemap in this example is provided by CARTO free basemap service. To use an alternative base map solution, visit this guide