Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 695 Bytes

File metadata and controls

19 lines (13 loc) · 695 Bytes

Template: pages-functions-static-form

Deploy to Cloudflare Workers

A template for Pages using static-forms plugin.

Setup

To create a my-project directory using this template, run:

$ npm init cloudflare my-project pages-plugin-static-forms
# or
$ yarn create cloudflare my-project pages-plugin-static-forms
# or
$ pnpm create cloudflare my-project pages-plugin-static-forms

Note: Each command invokes create-cloudflare for project creation.