Skip to content

Commit

Permalink
Merge pull request #715 from adithyaakrishna/feat/codespaces
Browse files Browse the repository at this point in the history
feat: enable GitHub Codespaces config
  • Loading branch information
dkoes committed Aug 29, 2023
2 parents 1d2f8cc + cfebb32 commit c13a0d6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .devcontainer/devcontainers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"postCreateCommand": "nvm install 16.16.0 && npm run build",
"customizations": {
"vscode": {
"extensions": [
"ritwickdey.LiveServer",
"github.vscode-github-actions",
"GitHub.vscode-pull-request-github",
"waderyan.gitblame"
]
}
}
}

0 comments on commit c13a0d6

Please sign in to comment.