Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 636 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (15 loc) · 636 Bytes

SWR DevTools Contributing Guidelines

Thank you for your contributions!

Local Development

Develop swr-devtools-panel

$ pnpm install
$ pnpm start

And then, open http://localhost:3000/.

Develop SWR DevTools as Web Extension

Chrome

After the instruction of "Develop swr-devtools-panel", open chrome://extensions/ on Chrome and select the dist/ directory from the Load unpacked button. See more details on https://developer.chrome.com/docs/extensions/mv3/getstarted/.

Firefox

After the instruction of "Develop swr-devtools-panel", run pnpm --filter swr-devtools-extensions start:firefox.