Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19efc72

Browse files
Add transcript for video on Codespaces landing page (#35078)
Co-authored-by: Ethan Palm <[email protected]>
1 parent 3f69c96 commit 19efc72

4 files changed

Lines changed: 56 additions & 2 deletions

File tree

content/codespaces/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ featuredLinks:
2929
changelog:
3030
label: codespaces
3131
product_video: 'https://www.youtube-nocookie.com/embed/_W9B7qc9lVc'
32+
product_video_transcript: /video-transcripts/transcript-codespaces-your-instant-dev-box-in-the-cloud
3233
communityRedirect:
3334
name: Provide GitHub Feedback
3435
href: 'https://github.com/orgs/community/discussions/categories/codespaces'

content/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ children:
7474
- desktop
7575
- early-access
7676
- support
77-
# TODO 47F50CA3 uncomment when ready to add video transcripts
78-
# - video-transcripts
77+
- video-transcripts
7978
childGroups:
8079
- name: Get started
8180
octicon: RocketIcon

content/video-transcripts/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Transcripts for videos hosted on GitHub Docs
3+
shortTitle: Video transcripts
4+
intro: 'Find audio and visual transcripts for videos linked from this site.'
5+
versions:
6+
fpt: '*'
7+
ghec: '*'
8+
ghes: '*'
9+
ghae: '*'
10+
children:
11+
- /transcript-codespaces-your-instant-dev-box-in-the-cloud
12+
---
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Transcript - "Codespaces - Your instant dev box in the cloud"
3+
intro: Audio and visual transcript.
4+
shortTitle: Codespaces
5+
allowTitleToDifferFromFilename: true
6+
product_video: 'https://www.youtube-nocookie.com/embed/_W9B7qc9lVc'
7+
versions:
8+
fpt: '*'
9+
ghec: '*'
10+
---
11+
12+
[A developer wearing a blue t-shirt sits at home, behind a mic and a pop shield decorated with GitHub's Octocat logo. The developer shares their screen while still showing on webcam in the upper-right corner. On their screen, they are looking at a GitHub repository called "js-project".]
13+
14+
Developer: So, today we're gonna run my JavaScript project in GitHub Codespaces.
15+
16+
[On the repository page, above the list of files, the developer selects the "Code" button to open a dropdown menu. They click "Open with Codespaces", then click "New codespace".]
17+
18+
Developer: So while we're creating our codespace, you might have the question, "What even is a codespace?"
19+
20+
[In the browser, the codespace loads. On a white background, the text "Preparing your codespace" is displayed below GitHub's Octocat logo and a VS Code logo.]
21+
22+
Developer: A codespace is an instant cloud developer environment, where we can run, test, debug, push: everything that we're used to doing in a development environment, but without any of the machine setup we're used to doing locally.
23+
24+
[The codespace opens in the VS Code web editor in the browser, running with the dark theme. Directories and files from the repository are displayed in the left sidebar. In an integrated terminal, a message says, "Welcome to Codespaces," and lists included runtimes and tools.]
25+
26+
Developer: So when we create this codespace, you'll see we land in a machine that is already set up, and it has Python, Node, Docker, and even more, so it has tools like Java and Rust and Go and C++.
27+
28+
But you'll see we landed in the default image. The great thing about Codespaces is you can fully customize your setup, not only for you, but for everyone else who comes along in this repository. So you can have a "config-as-code" setup that allows you to use your own image, or Dockerfile, or Docker Compose.
29+
30+
So for our app, we're actually just gonna go ahead and start it up. So I'm gonna run `npm start` here, and you'll see that we're told our app is running on port 3000, and we can open it in the browser and connect securely to a forwarded port that has our app fully up and running.
31+
32+
[A popup is displayed for the forwarded port. On the popup, the developer clicks a button labeled "Open in browser". A new browser tab opens showing a web page titled "Haikus for Mona". On the web page, a cartoon image shows a grinning Mona the Octocat skipping over a puddle with a purple umbrella. Below the image, a haiku: "Rain in Seattle. Don't forget an umbrella, or it will be gloom."]
33+
34+
Developer: So you'll see here's my Node app, up and running, connected to in a codespace. And this took us about 60 seconds to get set up in Codespaces.
35+
36+
[The developer scrolls to an image of Mona poking a record player with her tentacle.]
37+
38+
Developer: So you can imagine this fully customized, to really bring down the setup time for really every repository you have.
39+
40+
And that's a quick look at GitHub Codespaces.
41+
42+
End of transcript. For more information about {% data variables.product.prodname_github_codespaces %}, see the [{% data variables.product.prodname_github_codespaces %} documentation](/codespaces).

0 commit comments

Comments
 (0)