Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 670 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 670 Bytes

Linkify Logo

Linkify

Linkify is a Mozilla Thunderbird extension that automatically converts plain text URLs to clickable links.

Requirements

To develop Linkify, you need to have the following software installed:

  • git
  • pnpm

Developer Installation

To install and run Linkify locally for development purposes, follow these steps:

  1. Clone the Linkify repository:
    git clone https://github.com/ashishbinu/linkify
  2. Install dependencies using pnpm:
    pnpm install
  3. Start the development server:
    pnpm dev