Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 545 Bytes

File metadata and controls

42 lines (28 loc) · 545 Bytes

Web Pad

Web Pad is Web Based Mouse That Allows You To Send Mouse Movements and Clicks To Any pc Thet The Web Server is Running on.

Run Locally

Clone the project

  git clone https://github.com/ayhamDev/WebPad.git

Go to the project directory

  cd WebPad

Install dependencies

  npm install

Start the server

  npm run dev

build

You Can build The Project For All platforms using pkg.

  npm install -g pkg
  npm run build