Skip to content

Commit

Permalink
feat: Add example links (#207)
Browse files Browse the repository at this point in the history
Added example links to devcontainers.mdx file.
  • Loading branch information
CompuIves authored Nov 15, 2023
1 parent 0d084eb commit cfc227a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Create a `.devcontainer/devcontainer.json` with these contents:
}
```

You can check out an example [here](https://codesandbox.io/p/sandbox/node-v18-example-nhfwvz).

### Node v20

Create a `.devcontainer/devcontainer.json` with these contents:
Expand All @@ -63,4 +65,6 @@ Create a `.devcontainer/devcontainer.json` with these contents:
"name": "Node.js",
"image": "mcr.microsoft.com/devcontainers/javascript-node:20"
}
```
```

You can check out an example [here](https://codesandbox.io/p/sandbox/node-v20-example-gv2kf5).

1 comment on commit cfc227a

@vercel
Copy link

@vercel vercel bot commented on cfc227a Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.