Skip to content
Snippets Groups Projects
Unverified Commit 53934364 authored by Acid Chicken (硫酸鶏)'s avatar Acid Chicken (硫酸鶏)
Browse files

docs(#10336): mention to pre-build misskey-js

parent d1c55567
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,8 @@ Misskey uses [Storybook](https://storybook.js.org/) for UI development.
### Setup
```bash
cd path/to/packages/misskey-js
pnpm build
cd path/to/packages/frontend
pnpm tsc -p .storybook && (node .storybook/generate.js & node .storybook/preload-locale.js & node .storybook/preload-theme.js)
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment