Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

interclip/desktop-electron

Repository files navigation

Interclip desktop

image

What is this?

Interclip Desktop is the desktop companion for Interclip, the awesome tool for sharing URLs.

Installation

You can download any release from the releases page, or just look at the latest ones.

Usage

Install Dependencies

yarn

Development server

yarn dev

Building

To trigger a build, simply execute:

yarn build

To build for specific platforms, you can use one of these following commands:

yarn build:win32
yarn build:win64

yarn build:mac

yarn build:linux