diff --git a/packages/storykit/src/stories/Introduction.mdx b/packages/storykit/src/stories/Introduction.mdx index 5788c1e1..341b3fc3 100644 --- a/packages/storykit/src/stories/Introduction.mdx +++ b/packages/storykit/src/stories/Introduction.mdx @@ -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/). @@ -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