add frontend devcontainer

This commit is contained in:
Andrew Maguire
2023-01-06 13:56:45 +00:00
committed by GitHub
parent cbd99e1ec8
commit b4cbbe13b0
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -8,6 +8,8 @@ devcontainer (either
or in your browser via
[GitHub Codespaces](https://github.com/features/codespaces)).
**Note**: If you want to chose a specific .devcontainer within GitHub codespaces select "New with options" and you will be able to select any of the pre-defined devcontainers in this repo.
### Run pre-commit
```bash
+1 -1
View File
@@ -6,7 +6,7 @@
"version": "latest"
}
},
"postCreateCommand": "bash .devcontainer/post_create_command.sh",
"postCreateCommand": "bash .devcontainer/frontend/post_create_command.sh",
"customizations": {
"vscode": {
"extensions": ["GitHub.copilot"]
@@ -4,4 +4,4 @@ pre-commit install
# npm install in /website
cd website
npm install
cd ..
cd ..