Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions packages/storykit/src/stories/Introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ The first line authenticates you with the github package registry, the second li
4 . Install the package and the required dependencies:

```bash
npm install @storyprotocol/storykit @tanstack/react-query
pnpm add @storyprotocol/storykit @tanstack/react-query
```
or

5 . Story Protocol api credentials must be defined in your environment variables, add them to the `.env.local`. For the Story Protocol api you can use the token provided below, although note that you may be required to change it in the future. For SimpleHash you can generate an api token for free at [simplehash.com](https://simplehash.com/).

Expand All @@ -52,7 +53,7 @@ Storykit requires [@tanstack/react-query](https://tanstack.com/query/latest), so
See the component docs to see if they require an additional dependency or install them all at once with:

```bash
npm install @storyprotocol/storykit @tanstack/react-query react-apexcharts react-force-graph-2d
pnpm add @storyprotocol/storykit @tanstack/react-query react-apexcharts react-force-graph-2d
```

## Run locally
Expand Down