Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/post-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ cat <<EOF

Ready, on Node $(node -v).

pnpm start browser-sync dev server on http://localhost:3000
pnpm start Eleventy dev server on http://localhost:3000
pnpm build production build into _site/
pnpm test the full verify suite

Expand Down
9 changes: 1 addition & 8 deletions collections/_docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<br /><br />

### Running Locally
Expand All @@ -47,7 +40,7 @@ nps start
```

Once the script finishes building the documentation site, one may visit it at
<http://localhost:4000>.
<http://localhost:3000>.

<br /><br />

Expand Down
Loading