Skip to content

Commit

Permalink
automated npm run dev
Browse files Browse the repository at this point in the history
  • Loading branch information
craiglpeters authored Sep 20, 2022
1 parent df8ef8a commit fcdacad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:latest",
"postAttachCommand": "npm run dev",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "16"
}
}

}
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

Note: This is a sample repo for the purposes of illustrating some basic automation using [Development Containers](https://containers.dev)
# Haikus for Codespaces

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!!!

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.

0 comments on commit fcdacad

Please sign in to comment.