Skip to content

Commit ed2cc22

Browse files
authored
Create devcontainer.json
1 parent dbb4a56 commit ed2cc22

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "CIS4398 Docusaurus Dev Container",
3+
"image": "mcr.microsoft.com/devcontainers/universal:2",
4+
"features": {
5+
"ghcr.io/devcontainers/features/node:1": {
6+
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/documentation",
7+
"postCreateCommand": "yarn install"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)