mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
23 lines
No EOL
465 B
Markdown
23 lines
No EOL
465 B
Markdown
# 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 .
|
|
``` |