mirror of
https://github.com/foambubble/foam.git
synced 2026-01-11 06:58:11 -05:00
616 B
616 B
Using Dev Containers
Foam provides a devcontainer configuration to make it easy to contribute without installing Node and Yarn locally.
Quick start
- Install VS Code and the Dev Containers extension.
- Open the Foam repository in VS Code.
- 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.