Skip to content

Commit

Permalink
fix: cli docs page update
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-karger committed Nov 22, 2023
1 parent 2d73a5d commit 86be9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/src/routes/docs/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ description: Use the CLI to add components to your project.

Use the `init` command to initialize configuration and dependencies for a new project.

The `init` command installs dependencies, adds the `cn` util, configures `tailwind.config.js`, and CSS variables for the project.
The `init` command installs dependencies, adds the `cn` util, configures `tailwind.config.cjs`, and CSS variables for the project.

```bash
npx solidui-cli@latest init
```

It also creates a `suc.config.json` file which houses all Solid UI configurations. Feel free to change where you would like your components to be stored by modifying the `componentDir` property.
It also creates a `ui.config.json` file which houses all Solid UI configurations. Feel free to change where you would like your components to be stored by modifying the `componentDir` property.

## add

Expand Down

1 comment on commit 86be9b8

@vercel
Copy link

@vercel vercel bot commented on 86be9b8 Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.