Skip to content

Commit

Permalink
Add devcontainer (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel committed Apr 17, 2023
1 parent 919f913 commit 684ca1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
@@ -0,0 +1,5 @@
{
"name": "Node.js",
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-16",
"postCreateCommand": "npm install"
}
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
node_modules
.env
.idea/

0 comments on commit 684ca1c

Please sign in to comment.