Purpose Mode is an extension for Chromium-based browsers that allows you to browse the Web with purpose, free from distractions.
Run the following:
pnpm build
# or
npm run build
This should create the directory ./build/chrome-mv3-prod. Next, go to your browser's extension page (open brave://extensions), activate "Developer mode" in the top right corner, and click on "Load unpacked" in the top left corner. Select the directory "chrome-mv3-prod" that you just built. That's it!
Start a development server like this:
pnpm dev
# or
npm run dev