File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,10 @@ To develop this website locally:
74
74
``` sh
75
75
# install dependencies
76
76
npm i
77
- # to rebuild on changes and run a server:
78
- npm run serve
79
- # to rebuild on changes:
80
- npm run watch
81
77
# to just build the static files to `_site/`
82
78
npm run build
79
+ # to rebuild the files on changes
80
+ npm run watch
83
81
# to serve `_site/` with Cloudflare Pages feature support
84
82
npm run pages # visit http://localhost:8788/
85
83
```
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"build" : " eleventy" ,
8
8
"pages" : " wrangler pages dev _site/ --compatibility-date=2025-04-02" ,
9
- "serve" : " eleventy --serve" ,
10
9
"watch" : " eleventy --watch" ,
11
10
"dev" : " wrangler pages dev _site --compatibility-date=2024-04-27 --live-reload --port 8788" ,
12
11
"test" : " echo \" Error: no test specified\" && exit 1"
You can’t perform that action at this time.
0 commit comments