{"id":50295930,"url":"https://github.com/changeworld/skills-code-with-codespaces","last_synced_at":"2026-05-28T08:33:03.995Z","repository":{"id":312953589,"uuid":"967996719","full_name":"changeworld/skills-code-with-codespaces","owner":"changeworld","description":"My clone repository","archived":false,"fork":false,"pushed_at":"2025-12-02T07:23:58.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-05T01:57:04.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/changeworld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-17T10:31:55.000Z","updated_at":"2025-12-02T07:23:55.000Z","dependencies_parsed_at":"2026-03-23T22:00:56.851Z","dependency_job_id":null,"html_url":"https://github.com/changeworld/skills-code-with-codespaces","commit_stats":null,"previous_names":["changeworld/skills-code-with-codespaces"],"tags_count":0,"template":false,"template_full_name":"skills/code-with-codespaces","purl":"pkg:github/changeworld/skills-code-with-codespaces","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changeworld%2Fskills-code-with-codespaces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changeworld%2Fskills-code-with-codespaces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changeworld%2Fskills-code-with-codespaces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changeworld%2Fskills-code-with-codespaces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/changeworld","download_url":"https://codeload.github.com/changeworld/skills-code-with-codespaces/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changeworld%2Fskills-code-with-codespaces/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33601380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-28T08:33:03.892Z","updated_at":"2026-05-28T08:33:03.989Z","avatar_url":"https://github.com/changeworld.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cheader\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Course header \u003e\u003e\u003e\n  Read \u003chttps://skills.github.com/quickstart\u003e for more information about how to build courses using this template.\n  Include a 1280×640 image, course name in sentence case, and a concise description in emphasis.\n  In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches.\n  Next to \"About\", add description \u0026 tags; disable releases, packages, \u0026 environments.\n  Add your open source license, GitHub uses the MIT license.\n--\u003e\n\n# Code with GitHub Codespaces and Visual Studio Code\n\n_Develop code using GitHub Codespaces and Visual Studio Code!_\n\n\u003c/header\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Step 1 \u003e\u003e\u003e\n  Choose 3-5 steps for your course.\n  The first step is always the hardest, so pick something easy!\n  Link to docs.github.com for further explanations.\n  Encourage users to open new tabs for steps!\n--\u003e\n\n## Step 1: Create your first codespace and push code\n\n_Welcome to \"Develop code using GitHub Codespaces and Visual Studio Code\"! :wave:_\n\n**What's the big deal about using a codespace for software development?** A codespace is a development environment that's hosted in the cloud. You can customize your project for GitHub Codespaces by committing configuration files to your repository (also known as configuration-as-code), which creates a repeatable codespace configuration for all users of your project. Each codespace you create is hosted by GitHub in a Docker container that runs on a virtual machine. You can choose the type of machine you want to use depending on the resources you need.\n\nGitHub offers a range of features to help your development team customize a codespace to reach peak configuration and performance needs. For example, you can:\n\n- Create a codespace from your repository.\n- Push code from the codespace to your repository.\n- Use VS Code to develop code.\n- Customize the codespace with custom images.\n- Manage the codespace.\n\nTo begin developing using GitHub Codespaces, you can create a codespace from a template or from any branch or commit in a repository. When you create a codespace from a template, you can start from a blank template or choose a template suitable for the work you're doing.\n\n### :keyboard: Activity: Start a codespace\n\n**We recommend opening another browser tab to work through the following activities so you can keep these instructions open for reference.**\n\n1. Start from the landing page of your repository.\n1. Click the green **Code** button located in the middle of the page.\n1. Select the **Codespaces** tab in the box that pops up and then click the **Create codespace on main** button.\n\n   \u003e Wait about 2 minutes for the codespace to spin itself up.\n   \u003e **Note**: It's a virtual machine spinning up in the background.\n\n1. Verify your codespace is running. The browser should contain a VS Code web-based editor and a terminal should be present such as the below:\n   ![codespace1](https://user-images.githubusercontent.com/26442605/207355196-71aab43f-35a9-495b-bcfe-bf3773c2f1b3.png)\n\n### :keyboard: Activity: Push code to your repository from the codespace\n\n1. From inside the codespace in the VS Code explorer window, select the `index.html` file.\n1. Replace the **h1** header with the below:\n\n   ```html\n   \u003ch1\u003eHello from the codespace!\u003c/h1\u003e\n   ```\n\n1. Save the file.\n   \u003e **Note**: The file should autosave.\n1. Use the VS Code terminal to commit the file change by entering the following commit message:\n\n   ```shell\n   git commit -a -m \"Adding hello from the codespace!\"\n   ```\n\n1. Push the changes back to your repository. From the VS Code terminal, enter:\n\n   ```shell\n   git push\n   ```\n\n1. Your code has been pushed to your repository!\n1. Switch back to the homepage of your repository and view the `index.html` to verify the new code was pushed to your repository.\n1. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.\n\n\u003cfooter\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Footer \u003e\u003e\u003e\n  Add a link to get support, GitHub status page, code of conduct, license link.\n--\u003e\n\n---\n\nGet help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/code-with-codespaces) \u0026bull; [Review the GitHub status page](https://www.githubstatus.com/)\n\n\u0026copy; 2023 GitHub \u0026bull; [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) \u0026bull; [MIT License](https://gh.io/mit)\n\n\u003c/footer\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchangeworld%2Fskills-code-with-codespaces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchangeworld%2Fskills-code-with-codespaces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchangeworld%2Fskills-code-with-codespaces/lists"}