AdShield is a lightweight ad blocker designed to provide a clean, safe, and distraction-free browsing experience. This repository is structured as a monorepo containing both the browser extension and its landing page.
- extension/: The core Ad-Shield browser extension built with the WXT framework.
- web/: A modern landing page for the project built with Vite, React, and Tailwind CSS.
- pnpm (Recommended)
# Clone the repository
git clone https://github.com/segundavid-dev/ad-shield.git
# Navigate to project directory
cd AdShield
# Install dependencies for the entire workspace
pnpm install# Start the browser extension in development mode
pnpm run dev:extension
# Start the web landing page in development mode
pnpm run dev:webContributions are welcome! Please open an issue or submit a pull request.
Built with ❤️ for a better web.