diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ff2aa0b..820048c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,5 +4,6 @@ "appPort": 3000, "extensions": [ "ms-vscode.vscode-typescript-tslint-plugin" - ] + ], + "postCreateCommand": "yarn install" } \ No newline at end of file diff --git a/README.md b/README.md index 7c6a8a2..8e9af4b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ One you have this sample opened in a container, you'll be able to work with it l Some things to try: -1. **Use a Terminal to install needed dependencies:** +1. **Use a Terminal run a command:** 1. Press ctrl+shift+\` to open a terminal window 2. Type `yarn install` 3. The command will run even if you don't have yarn installed locally! @@ -43,7 +43,6 @@ Follow these steps to open this sample in a container: 2. Press F1 and select the **Remote-Container: Open Folder in Container...** command. 3. Select the cloned copy of this folder, wait for the container to start, and try things out! -3. Press ctrl+shift+\` to open a terminal window and run `yarn install` ## Contributing