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 e61681a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 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
6 changes: 3 additions & 3 deletions packages/create-toolpad-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ This CLI tool enables you to quickly start building a new Toolpad application, w
You can create a new project interactively by running:

```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
```

You will be asked for the name of your project
Expand Down

0 comments on commit e61681a

Please sign in to comment.