Skip to content

phobal/learning-deckgl

Repository files navigation

Learning-deck.gl

Introduction

this is a learning project for deck.gl, it's a map visualization library based on WebGL. online demo: https://learning-deckgl.netlify.app

Prepare

git clone https://github.com/phobal/learning-deckgl.git
cd learning-deckgl
pnpm i # If not install pnpm, please run: npm install -g pnpm

Usage

Development

pnpm dev

and click it http://localhost:5173

Build

pnpm build

Tech Stack

Reference