📝 Update installation commands to remove unnecessary peer dep install
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled

This commit is contained in:
Baptiste Arnaud 2024-10-19 09:07:37 +02:00
parent 569b19c3e1
commit 84edf64cee
No known key found for this signature in database
7 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@ import { CodeEditor } from "@/components/inputs/CodeEditor";
export const InstallNextjsPackageSnippet = () => {
return (
<CodeEditor
value={`npm install @typebot.io/js @typebot.io/nextjs`}
value={`npm install @typebot.io/nextjs`}
isReadOnly
lang="shell"
/>

View File

@ -3,7 +3,7 @@ import { CodeEditor } from "@/components/inputs/CodeEditor";
export const InstallReactPackageSnippet = () => {
return (
<CodeEditor
value={`npm install @typebot.io/js @typebot.io/react`}
value={`npm install @typebot.io/react`}
isReadOnly
lang="shell"
/>

View File

@ -7,7 +7,7 @@ This lib is a convenient wrapper around the [Typebot React](./react) library. It
## Install
```bash
npm install @typebot.io/js @typebot.io/nextjs
npm install @typebot.io/nextjs
```
## Usage

View File

@ -5,7 +5,7 @@ title: React
## Install
```bash
npm install @typebot.io/js @typebot.io/react
npm install @typebot.io/react
```
## Standard

View File

@ -120,7 +120,7 @@ Typebot is an open-source platform that makes it easy to create chatbots for Rea
4. In your React project, install **Typebot libraries**:
```bash
npm install @typebot.io/js @typebot.io/react
npm install @typebot.io/react
```
5. Create a new component in your React app:

View File

@ -1,7 +1,7 @@
## Install
```bash
npm install @typebot.io/js @typebot.io/nextjs
npm install @typebot.io/nextjs
```
## Standard

View File

@ -1,7 +1,7 @@
## Install
```bash
npm install @typebot.io/js @typebot.io/react
npm install @typebot.io/react
```
## Standard