Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 316 Bytes

install-on-chrome.md

File metadata and controls

18 lines (14 loc) · 316 Bytes

Install on Chrome

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