Skip to content

Commit

Permalink
Use --category web-framework in Pages Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
irvinebroque authored Dec 13, 2024
1 parent d4ece39 commit ea14035
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/content/partials/workers/c3-run-command-pages-no-directory.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
{}
---

import { TabItem, Tabs } from "~/components";

<Tabs> <TabItem label="npm">

```sh
npm create cloudflare@latest -- --category web-framework
```

</TabItem>

<TabItem label="yarn">

```sh
yarn create cloudflare@latest -- --category web-framework
```

</TabItem> </Tabs>

0 comments on commit ea14035

Please sign in to comment.