Skip to content

Commit fcdacad

Browse files
author
Craig Peters
authored
automated npm run dev
1 parent df8ef8a commit fcdacad

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.devcontainer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
}
9+
10+
}

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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 off of 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=538710765) badge.
7+

0 commit comments

Comments
 (0)