adding clarification for deno script in codespaces.

Signed-off-by: Alex Yong <alexjyong@gmail.com>
This commit is contained in:
Alex Yong 2025-08-06 22:03:19 -04:00 committed by GitHub
parent db9dace2fe
commit ae21da7711
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ If you want to compile the app for yourself, you can also follow these guideline
:::danger
It may be tempting to skip some of these steps, but make sure you follow them to ensure that your development environment is set up correctly.
Note: If you are doing this in Github Codespaces, steps 1-10 will be done for you.
Note: If you are doing this in Github Codespaces, steps 1-10 (except 7) will be done for you.
:::
import { Tabs, TabItem, Steps } from "@astrojs/starlight/components"