Skip to content

Commit b921f98

Browse files
authored
codespaces instructions
1 parent 507e94a commit b921f98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,14 @@
1616
// Add the IDs of extensions you want installed when the container is created.
1717
"extensions": [
1818
"dbaeumer.vscode-eslint",
19-
"esbenp.prettier-vscode",
20-
"tlent.jest-snapshot-language-support",
21-
"ms-azuretools.vscode-docker"
19+
"esbenp.prettier-vscode"
2220
],
2321

2422
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2523
// "forwardPorts": [],
2624

2725
// Use 'postCreateCommand' to run commands after the container is created.
28-
// "postCreateCommand": "yarn install",
26+
"postCreateCommand": "npm i",
2927

3028
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
3129
"remoteUser": "node"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ npx mimer readme.pdf
4848

4949
## DEVELOPING
5050

51+
Just create a new Github Codespace or:
52+
5153
```CLI
5254
$ npm i
5355
$ npm test

0 commit comments

Comments
 (0)