How to start Cesium when installed via Scoop package manager (windows)?

I have installed Cesium via Scoop (package manager on Windows):

scoop install nodejs
–‘nodejs’ (20.1.0) was installed successfully!
npm install cesium
–added 37 packages in 10s

But now I don’t know how to run it.

Any ideas how to do it?

Thank you

Hi @Nebojsa_Pesic,

A quick getting started is described at GitHub - CesiumGS/cesium: An open-source JavaScript library for world-class 3D globes and maps

Let us know if anything there is unclear.

Thanks!