Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 627 Bytes

File metadata and controls

29 lines (20 loc) · 627 Bytes

Source Code Review Instructions

This document explains how to build the BetterLectio Firefox extension from source.

Prerequisites

  • Bun (v1.0 or later)

Build Instructions

  1. Install dependencies:

    bun install
  2. Build the Firefox extension:

    bun run build:firefox
  3. The built extension will be in .output/firefox-mv2/

Project Structure

  • entrypoints/ - Extension entry points (content scripts, background, etc.)
  • components/ - Preact UI components
  • lib/ - Utility functions
  • styles/ - CSS styles
  • wxt.config.ts - WXT configuration