Skip to content

drehelis/devcontainer.live

Repository files navigation

devcontainer.live

devcontainer.live

Source code for https://devcontainer.live

Build and Run Locally

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/drehelis/devcontainer.live
cd devcontainer.live
  1. 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.