Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.44 KB

DevelopmentContainer.md

File metadata and controls

23 lines (14 loc) · 1.44 KB

Development Container

Scaffold includes configuration which you can use with Visual Studio Code Dev Containers or GitHub Codespaces to spin up a local or remote development container. This is ideal for those who want to;

  • Use a sandboxed development environment.
  • Get started faster with a consistent development environment.

Learn more about development containers from containers.dev.

Visual Studio Code Dev Containers

For this development experience to work, only the following need to be installed on your local machine.

All other tooling should already be installed inside the development container. You are also welcomed to install your own.

GitHub Codespaces

The same configuration for Visual Studio Code Dev Containers can also be used with GitHub Codespaces to spin up a remote development environment. This development environment can be accessed from a web browser or in Visual Studio Code with the GitHub Codespaces extension.