Files
foam/docs/dev/devcontainers.md
2025-07-23 18:29:18 +02:00

616 B

Using Dev Containers

Foam provides a devcontainer configuration to make it easy to contribute without installing Node and Yarn locally.

Quick start

  1. Install VS Code and the Dev Containers extension.
  2. Open the Foam repository in VS Code.
  3. Run Dev Containers: Reopen in Container from the command palette.

This will build a Docker image with Node 18 and install dependencies using yarn install. Once ready you can run the usual build and test commands from the integrated terminal.