Linkify is a Mozilla Thunderbird extension that automatically converts plain text URLs to clickable links.
To develop Linkify, you need to have the following software installed:
git
pnpm
To install and run Linkify locally for development purposes, follow these steps:
- Clone the Linkify repository:
git clone https://github.com/ashishbinu/linkify
- Install dependencies using pnpm:
pnpm install
- Start the development server:
pnpm dev