diff --git a/src/content/partials/workers/c3-run-command-pages-no-directory.mdx b/src/content/partials/workers/c3-run-command-pages-no-directory.mdx new file mode 100644 index 000000000000000..57bb6d679a7e1dd --- /dev/null +++ b/src/content/partials/workers/c3-run-command-pages-no-directory.mdx @@ -0,0 +1,21 @@ +--- +{} +--- + +import { TabItem, Tabs } from "~/components"; + + + +```sh +npm create cloudflare@latest -- --category web-framework +``` + + + + + +```sh +yarn create cloudflare@latest -- --category web-framework +``` + +