Skip to content

Commit 733d7ce

Browse files
author
Craig Peters
authored
Merge branch 'main' into main
2 parents aeea32a + 15f1d0b commit 733d7ce

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.devcontainer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:latest",
3+
"postAttachCommand": "npm run dev",
4+
"features": {
5+
"ghcr.io/devcontainers/features/node:1": {
6+
"version": "16"
7+
},
8+
"ghcr.io/devcontainers/features/azure-cli:1": {
9+
"version": "latest"
10+
}
11+
}
12+
}

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
1+
Note: This is a sample repo for the purposes of illustrating some basic automation using [Development Containers](https://containers.dev)
22
# Haikus for Codespaces
33

44
This is a quick node project template for demoing Codespaces. It is based on the [Azure node sample](https://github.com/Azure-Samples/nodejs-docs-hello-world). It's great!!!
5+
6+
You can start a codespace on this repository by clicking the [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=538751586) badge.

0 commit comments

Comments
 (0)