Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 720 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 720 Bytes

ClipTale

This is a desktop app made in electron to track and manage your clipboard history.

Stack

Demo

Run the app locally

  • Clone the repository
git clone https://github.com/FourLineCode/cliptale.git
  • Install dependencies
pnpm install
  • Run the app
pnpm start
Build executable / installable
  • Executable
pnpm package
  • Installable
pnpm make