From 70484a504f4c6e48773f85b125ed3f6f5b1934d4 Mon Sep 17 00:00:00 2001 From: Derek Lewis Date: Mon, 17 Aug 2026 01:18:13 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=8B=F0=9F=94=A7=EF=BC=9Asay=20elev?= =?UTF-8?q?enty,=20not=20browser-sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The container's ready banner still called the pnpm start server browser-sync, a leftover from before this project moved to eleventy's own --serve. Say what actually starts. Signed-off-by: Derek Lewis Assisted-by: Claude-Code:claude-sonnet-5 --- .devcontainer/post-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/post-create.sh b/.devcontainer/post-create.sh index 8917be9fe..07575939c 100755 --- a/.devcontainer/post-create.sh +++ b/.devcontainer/post-create.sh @@ -129,7 +129,7 @@ cat < Date: Mon, 17 Aug 2026 01:20:51 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=96=F0=9F=94=A7=EF=BC=9Adrop=20bun?= =?UTF-8?q?dler=20and=20the=20stale=20dev=20port?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This doc predates the move off Jekyll: it still told readers to `bundle install` a Gemfile that no longer exists, and pointed them at Jekyll's default port, 4000, instead of the 3000 that eleventy's dev server actually serves on. Signed-off-by: Derek Lewis Assisted-by: Claude-Code:claude-sonnet-5 --- collections/_docs/README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/collections/_docs/README.md b/collections/_docs/README.md index 5732d8658..a3e124cdc 100644 --- a/collections/_docs/README.md +++ b/collections/_docs/README.md @@ -25,13 +25,6 @@ command from the project workspace root (if necessary): pnpm install ``` -```console -# Configure Bundler setting local gem install path to avoid permission errors. -bundle config set --local path vendor/bundle -# Install the dependencies specified in the Gemfile. -bundle install -``` -

### Running Locally @@ -47,7 +40,7 @@ nps start ``` Once the script finishes building the documentation site, one may visit it at -. +.