Skip to content

Commit 195db35

Browse files
authored
Update README.md with additional resources
1 parent 8d9a872 commit 195db35

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CesiumJS Deep Dive Workshop
22

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.
44

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).
66

77
## Requirements
88

@@ -55,3 +55,9 @@ This project includes a few tools to support development. Any of the following c
5555
- `npm run prettier`: Format all the code to a consistent style using [Prettier](https://prettier.io/)
5656
- `npm run dev`: Start a development server at [`http://localhost:5173/`](http://localhost:5173/) using [Vite](https://vite.dev/)
5757
- `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

Comments
 (0)