- Node.js v22
- Clone the repository
- Copy environment file:
cp .env.example .env
- Install dependencies:
npm install
- Start development watch mode:
npm start
- Load the extension in Chrome:
- Open chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked"
- Select the build folder of the project
The extension will automatically reload when you make changes to the code.
To create a production build:
npm run build
For a development build with source maps:
npm run build:dev
Installing the built extension
- Go to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked"
- Select the build folder