You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Website content is located in `*.md` files within `src/content` folder. It's wri
30
30
31
31
To tune pages, behavior and appearance also use optional `*.yaml` files with additional configurations.
32
32
33
-
To preview content locally, launch the app with `yarn dev` and open http://127.0.0.1:3000 in your browser. See details in [Development](#development) section.
33
+
To preview content locally, launch the app with `pnpm dev` and open http://127.0.0.1:3000 in your browser. See details in [Development](#development) section.
Open [http://127.0.0.1:3000](http://127.0.0.1:3000) with your browser to see the result.
@@ -167,7 +167,7 @@ When developing the application you might need these main folders
167
167
168
168
## Storybook
169
169
170
-
You can use Storybook to develop components in isolation. Launch it via `yarn storybook` and open http://127.0.0.1:6006/ You will see a list of components in the left-side sidebar. When you edit component's code and save it, the Storybook is auto-updating it.
170
+
You can use Storybook to develop components in isolation. Launch it via `pnpm storybook` and open http://127.0.0.1:6006/ You will see a list of components in the left-side sidebar. When you edit component's code and save it, the Storybook is auto-updating it.
171
171
172
172
Each component can be exposed with different states (stories) independently by passing props you need. You can find component stories settings in `Component.stories.ts` files.
0 commit comments