diff --git a/README.md b/README.md index ec513ae..00d15d9 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,16 @@ for you. Note: for the WSL subsystem on Windows you might need to adjust the path for the volume. +### Codespaces + +The fastest way to get running without any installation is to use GitHub +Codespaces. The repository has been set up to provide a fully functioning +Codespace with everything installed out of the box. You can either +paste your `config_local.json` file there or pass the secrets as env vars +when the codespace is created by using the `New with options` button: + + + ## Secrets, Configuration and Credentials For pulling data or interacting with VLM providers, you will need secrets that diff --git a/images/codespaces.png b/images/codespaces.png new file mode 100644 index 0000000..2fb2c4b Binary files /dev/null and b/images/codespaces.png differ