blah2/.devcontainer/README.md

23 lines
465 B
Markdown
Raw Normal View History

2024-02-15 11:01:11 +00:00
# todo: currently not working
## Usage
Install a recent `nodejs` using [nvm](https://github.com/nvm-sh/nvm).
```
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install node 21.6.2
```
Install the latest [devcontainer CLI](https://code.visualstudio.com/docs/devcontainers/devcontainer-cli).
```
npm install -g @devcontainers/cli
devcontainer --version
```
Run the devcontainer.
```
devcontainer up --workspace-folder .
```