Skip to content

Commit

Permalink
docs: make tutorial triplit init more concise
Browse files Browse the repository at this point in the history
  • Loading branch information
pbohlman authored and matlin committed Jun 24, 2024
1 parent 907c1d9 commit 403ee25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/docs/src/pages/react-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ Before we start building the app, we need to integrate Triplit and its dependenc

```bash copy
npm install -D @triplit/cli
npm install @triplit/react
npx triplit init
npx triplit init --framework react
```

This will will create some Triplit-specific files and add the necessary dependencies.
Expand Down

0 comments on commit 403ee25

Please sign in to comment.