https://github.com/drehelis/devcontainer.live
devcontainer.json Live Generator
https://github.com/drehelis/devcontainer.live
config-generator container containers devcontainer devcontainers development docker generator ide vscode vue
Last synced: about 1 month ago
JSON representation
devcontainer.json Live Generator
- Host: GitHub
- URL: https://github.com/drehelis/devcontainer.live
- Owner: drehelis
- Created: 2026-03-17T17:06:36.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-03-30T12:36:15.000Z (about 2 months ago)
- Last Synced: 2026-04-01T23:37:10.489Z (about 2 months ago)
- Topics: config-generator, container, containers, devcontainer, devcontainers, development, docker, generator, ide, vscode, vue
- Language: Vue
- Homepage: https://devcontainer.live/
- Size: 847 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-opensource-israel - devcontainer.live - devcontainer.json Live Generator.   (Projects by main language / vue)
README
# devcontainer.live

Source code for https://devcontainer.live
## Build and Run Locally
### Prerequisites
- [Bun](https://bun.sh/)
### Installation
1. Clone the repository:
```bash
git clone https://github.com/drehelis/devcontainer.live
cd devcontainer.live
```
2. Install dependencies:
```bash
bun install
```
### Development
Run the development server:
```bash
# pull from the official Dev Container Index and Microsoft Container Registry (requires `skopeo`, `curl` and `jq`)
./scripts/update-data.sh
bun run dev
```
The app will be available at `http://localhost:5173`
## License
This project is licensed under the MIT License.