- Build the extension.
pnpm build
# or
yarn build
# or
npm run build
- Go to
chrome://extensions
- Turn on developer mode (top right)
- Click "Load unpacked"
- Select the build directory from the build step (
<neptune_root>/extension/dist/
) - Have fun forking!