Skip to content

Commit 8d1344b

Browse files
committed
Add info about npm run build & pages.
1 parent 41095c1 commit 8d1344b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ npm i
7878
npm run serve
7979
# to rebuild on changes:
8080
npm run watch
81+
# to just build the static files to `_site/`
82+
npm run build
83+
# to serve `_site/` with Cloudflare Pages feature support
84+
npm run pages # visit http://localhost:8788/
8185
```
8286

8387
Additionally, if you want to use or test the playground `http:` proxy, also run

0 commit comments

Comments
 (0)