Browser extension for ZenSquid.
-
Clone the repository
git clone
-
Install dependencies
pnpm install
-
Add environment variables
.env.development
filePLASMO_PUBLIC_CLERK_PUBLISHABLE_KEY= CLERK_FRONTEND_API=
.env.chrome
fileCRX_PUBLIC_KEY=
-
Run the development server
pnpm dev
-
Load the extension in your browser. Load
build/chrome-mv3-dev
folder in your browser.
-
Build the extension
pnpm build
-
Load the extension in your browser. Load
build/chrome-mv3
folder in your browser.