Skip to content

Commit 6f10c4e

Browse files
📖🔧:drop bundler and the stale dev port
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 <DerekNonGeneric@inf.is> Assisted-by: Claude-Code:claude-sonnet-5
1 parent 70484a5 commit 6f10c4e

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

‎collections/_docs/README.md‎

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ command from the project workspace root (if necessary):
2525
pnpm install
2626
```
2727

28-
```console
29-
# Configure Bundler setting local gem install path to avoid permission errors.
30-
bundle config set --local path vendor/bundle
31-
# Install the dependencies specified in the Gemfile.
32-
bundle install
33-
```
34-
3528
<br /><br />
3629

3730
### Running Locally
@@ -47,7 +40,7 @@ nps start
4740
```
4841

4942
Once the script finishes building the documentation site, one may visit it at
50-
<http://localhost:4000>.
43+
<http://localhost:3000>.
5144

5245
<br /><br />
5346

0 commit comments

Comments
 (0)