Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 921 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 921 Bytes

Cesium Curated Content Samples

This repository contains samples for how to use the Cesium Curated Content REST API to view Cesium 3D Tiles. The Cesium Curated Content is an API available through the iTwin Platform.

Set up

The samples each have a README with details about how to run them and any necessary environment variables. To set up the repository the first time:

  • Clone the repository
  • Install pnpm v9 using corepack: corepack enable pnpm (or another method)
  • pnpm install at the root to install all packages
  • pnpm build to build all packages