Playground repo for Pages Functions
# install deps
yarn
# build project
yarn build
# start local server
wrangler pages dev public
# deploy the directory of static assets
wrangler pages publish public
Playground repo for Pages Functions
# install deps
yarn
# build project
yarn build
# start local server
wrangler pages dev public
# deploy the directory of static assets
wrangler pages publish public