Skip to the content.

Development Guide

Prerequisites

Setup

  1. Clone the repository:
    git clone https://github.com/your-repo/enveil.git
    cd enveil
    
  2. Install dependencies:
    bun install
    

Workflow

Enveil uses WXT (Web Extension Tools) for the build system.

Development Server

Start the dev server with hot-reload:

bun run dev

This will:

Building for Production

Create an optimized build:

bun run build

Artifacts will be in .output/.

Architecture Reference

See Architecture for details on the internal component structure.