Clipboard Sync is a lightweight and efficient solution for synchronizing clipboard contents across multiple devices. It enables users to seamlessly copy text or other data on one device and paste it on another in real time.
Ensure Bun is installed on your system. If not, install it using npm:
npm i -g bun
Clone the repository:
git clone https://github.com/SudhansuuRanjan/clipsync.git
cd clipsync
Create a .env file inside the client directory and add your Supabase credentials:
VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
Install dependencies:
cd client
bun install
Start the application:
bun run dev