Install (Published Package)
npm install -g portless @malviyahimanshu/pierInitialize Pier
pier setuppier setup creates ~/.pier/config.json if missing, starts the local bridge server, and prints the WebSocket URL and token for the extension.
Load the Chrome/Chromium Extension
- Run
pier extension path - Open
chrome://extensions - Enable Developer mode
- Click Load unpacked and select the printed directory
Configure Extension Settings
Open Pier Settings and paste the WebSocket URL and access token from setup. Use Test Bridge before opening localhost pages.
First-run Validation
- Verify
pier bridge statusreports running - Start an app with
pier myapp pnpm dev - Open your localhost URL and press Ctrl+` on macOS or Ctrl+` on Windows/Linux
- Confirm terminal opens in the mapped project directory
