Skip to content

brrkrmn/cliphoard

Repository files navigation


ClipHoard logo
ClipHoard

ClipHoard is a productivity tool to quickly save and access your most used data. You can save text, password, URLs, and code blocks and copy them with just a click. To use install the extension, follow this link.


Development Setup

To clone and run this project, you'll need Git and Node.js (which comes with npm) installed on your computer.


Setting up the project

  1. Clone frontend repo
git clone https://github.com/brrkrmn/cliphoard.git
  1. Go into the repo
cd cliphoard
  1. Install dependencies
npm install
  1. Run the app
npm run watch

View the Extension on Dev Mode

  1. Visit Chrome Extensions Page
  2. Click "Load unpacked"
  3. Select the ClipHoard folder from your computer
  4. Pin the extension

⚠️ Remember to refresh the extension after making changes to manifest.json.

For more information see docs


View the Extension on Production Mode

  1. Build the project
npm run build
  1. Visit Chrome Extensions Page
  2. Click "Load unpacked"
  3. Select the dist folder from your computer

License

Licensed under the MIT License.