Source code for https://devcontainer.live
- Clone the repository:
git clone https://github.com/drehelis/devcontainer.live
cd devcontainer.live- Install dependencies:
bun installRun 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 devThe app will be available at http://localhost:5173
This project is licensed under the MIT License.
