Skip to content

Commit

Permalink
bharat review
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 24, 2023
1 parent 1c8bb09 commit c989127
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ MUI Toolpad is in its beta stages of development. Feel free to run this applicat
Run:

```bash
npx create-toolpad-app@latest
npx create-toolpad-app@latest my-toolpad-app
# or
yarn create toolpad-app
yarn create toolpad-app my-toolpad-app
# or
pnpm create toolpad-app
pnpm create toolpad-app my-toolpad-app
```

## Documentation
Expand Down
11 changes: 4 additions & 7 deletions docs/data/toolpad/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,20 @@ Then run the command:
<codeblock storageKey="package-manager">

```bash npm
npx create-toolpad-app@latest
npx create-toolpad-app@latest my-toolpad-app
```

```bash yarn
yarn create toolpad-app
yarn create toolpad-app my-toolpad-app
```

```bash pnpm
pnpm create toolpad-app
pnpm create toolpad-app my-toolpad-app
```

</codeblock>

:::info
This will run the `create-toolpad-app` CLI which asks for the folder in which you wish to initialise your Toolpad application.
By default, it will use `./my-toolpad-app`.
:::
This will run the `create-toolpad-app` CLI which initializes the directory `./my-toolpad-app` with a Toolpad application.

## Run the Toolpad editor

Expand Down

0 comments on commit c989127

Please sign in to comment.