Skip to content

Commit

Permalink
docs(How to Start): add correct create-app command
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdax98 committed Nov 20, 2023
1 parent 5bae9ab commit e199f46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
8 changes: 1 addition & 7 deletions docs/docs/getting-started/how-to-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ sidebar_position: 2

To create a new COMET DXP application, execute the following command in your OS command line:

`npx create-comet-app`

:::info

Further configuration options, such as the application's name, are requested in the command line.

:::
`npx @comet/create-app <project-name>`

## Installation

Expand Down
4 changes: 0 additions & 4 deletions docs/docs/overview/packages-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ Provides a component for selecting colors in forms, built with react-final-form.
- [ ] @Manuel Blum add Tools Overview
### @comet/create-comet-app
- [ ] @Manuel Blum add create-comet-app docs
---
## Deployment from Packages
Expand Down

0 comments on commit e199f46

Please sign in to comment.