Added idpbuilder topic and added devcontainer cli support
This commit is contained in:
parent
d93575b9f2
commit
d14bbf9a94
7 changed files with 308 additions and 3 deletions
|
|
@ -19,6 +19,15 @@ To get a locally running documentation editing and presentation environment, fol
|
|||
5. start the `devcontainer` (in VSC it's `F1 + Reopen in Devcontainer`)
|
||||
6. when the container is up & running just open your browser with `http://localhost:1313/`
|
||||
|
||||
If you want to run the devcontainer without VS Code, you can use npn to run it inside a docker container:
|
||||
|
||||
1. install Node.js (>= Version 14), npm and the docker engine
|
||||
2. install the devcontainer cli: `npm install -g @devcontainers/cli`
|
||||
3. change into the folder of this repo
|
||||
4. start the devcontainer by running: `devcontainer up --workspace-folder .`
|
||||
5. find out the IP address of the devconatiner by using `docker ps` and `docker inspect <id of container>`
|
||||
6. when the container is up & running just open your browser with `http://<DOCKER IP>:1313/`
|
||||
|
||||
### Editing
|
||||
|
||||
#### Documentation language
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue