Merge pull request #66 from reuters-graphics/devcontainer

Add .devcontainer configuration for GitHub Codespaces
This commit is contained in:
Jon McClure 2023-04-25 09:54:25 +01:00 committed by GitHub
commit d2eb891fcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
{
"name": "Node.js",
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-16",
"postCreateCommand": "yarn install"
}