devcontainer.live
March 21, 2026 ยท View on GitHub

Source code for https://devcontainer.live
Build and Run Locally
Prerequisites
Installation
- Clone the repository:
git clone https://github.com/drehelis/devcontainer.live
cd devcontainer.live
- Install dependencies:
bun install
Development
Run the development server:
# 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.