You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# CesiumJS Deep Dive Workshop
2
2
3
-
Stater code for the CesiumJS Deep Dive Workshop, part of the 2025 Cesium Developer Conference. Slides from the workshop are available [here](DevCon_CesiumJS_DeepDive.pdf).
3
+
Stater code for the [CesiumJS Deep Dive Workshop[slides]](DevCon_CesiumJS_DeepDive.pdf), part of the 2025 Cesium Developer Conference.
4
4
5
-
This example repo is designed to get a new developer up and running with a base[CesiumJS](https://cesium.com/platform/cesiumjs/) app. It's built using Vite and is based on [`cesium-vite-example`](https://github.com/CesiumGS/cesium-vite-example).
5
+
This example repo is designed to get a new developer up and running with a starter[CesiumJS](https://cesium.com/platform/cesiumjs/) app. It's built using Vite and is based on [`cesium-vite-example`](https://github.com/CesiumGS/cesium-vite-example).
6
6
7
7
## Requirements
8
8
@@ -55,3 +55,9 @@ This project includes a few tools to support development. Any of the following c
55
55
-`npm run prettier`: Format all the code to a consistent style using [Prettier](https://prettier.io/)
56
56
-`npm run dev`: Start a development server at [`http://localhost:5173/`](http://localhost:5173/) using [Vite](https://vite.dev/)
57
57
-`npm run build`: Run an optimized build for production and output to the `dist/` directory
58
+
59
+
## Resources
60
+
61
+
-[CesiumJS Docs](https://cesium.com/docs/cesiumjs-ref-doc/): The JavaScript API reference documentation
62
+
-[Sandcastle](https://sandcastle.cesium.com/): A live-coding environment with a large gallery of code examples
63
+
-[Cesium Community Forum](https://community.cesium.com/): Where the community and the development team ask and answer Cesium-related questions
0 commit comments