Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 682 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 682 Bytes

Clipboard Inspector

A tool to help you explore the kinds of data available when you paste something on a web page, or drop something onto it:

https://evercoder.github.io/clipboard-inspector/

The project requires Node and npm to run locally. After cloning the repo, run npm install in the project folder to install all dependencies.

A few scripts are available:

  • npm run start starts a local server on 127.0.0.1:8000
  • npm run build builds the project
  • npm run deploy deploys the project by building it and pushing to the gh-pages Git branch, where GitHub Pages is set up to run.