Skip to content

Commit d4b493a

Browse files
committed
Remove eleventy --serve; promote using run pages.
1 parent 817fc9f commit d4b493a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,10 @@ To develop this website locally:
7474
```sh
7575
# install dependencies
7676
npm i
77-
# to rebuild on changes and run a server:
78-
npm run serve
79-
# to rebuild on changes:
80-
npm run watch
8177
# to just build the static files to `_site/`
8278
npm run build
79+
# to rebuild the files on changes
80+
npm run watch
8381
# to serve `_site/` with Cloudflare Pages feature support
8482
npm run pages # visit http://localhost:8788/
8583
```

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"scripts": {
77
"build": "eleventy",
88
"pages": "wrangler pages dev _site/ --compatibility-date=2025-04-02",
9-
"serve": "eleventy --serve",
109
"watch": "eleventy --watch",
1110
"dev": "wrangler pages dev _site --compatibility-date=2024-04-27 --live-reload --port 8788",
1211
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)