Skip to content

Commit c1ba9d2

Browse files
committed
improve CONTRIBUTING.md
1 parent 2b2c33a commit c1ba9d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ pnpm run build
1717
pnpm run ssr
1818
```
1919

20+
> Notice that the playground [import theme-doc from it's src](https://github.com/vitejs/vite-plugin-react-pages/blob/2b2c33aca69e76f89a52e16f27840106c8e56fdb/packages/playground/use-theme-doc/pages/themeDev.tsx#L4) so that we can get hmr when editing theme-doc's source files. This setup should only be used during theme development and it's not for package users.
21+
2022
## Debugging
2123

2224
To use breakpoints and explore code execution, you can use the ["Run and Debug"](https://code.visualstudio.com/docs/editor/debugging) feature from **VS Code**.

0 commit comments

Comments
 (0)