Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.15 KB

dev-container.md

File metadata and controls

19 lines (12 loc) · 1.15 KB

Working with Dev Containers

Preqrequisites

Getting Started

  1. Clone the repository
  2. Open the repository in Visual Studio Code
  3. When prompted, select "Reopen in Container"

Using the Dev Container

The dev container is configured to use the Remote - Containers extension for Visual Studio Code. This extension allows you to use a Docker container as a full-featured development environment. This means that you can develop in a container without installing any dependencies on your local machine.

The dev container is configured to use mcr.microsoft.com/devcontainers/javascript-node:0-18 as the base image. This image is based on Debian and includes Node.js v18, eslint, nvm, and yarn. You can learn more about this image here.