Quick Start Guide

Get up and running with PinZip in minutes

View on GitHub
1

Clone the Repository

Get the source code from GitHub

git clone https://github.com/gitchking/PinZip.git
cd PinZip
2

Choose Your Component

Select what you want to run

Chrome Extension

No build needed - ready to use!

Website

Next.js development server

Documentation

Static HTML site

3

Load Extension in Chrome

Install the extension in your browser

  1. Open Chrome: chrome://extensions/
  2. Enable "Developer mode"
  3. Click "Load unpacked"
  4. Select the extension folder
  5. Done! 🎉

Common Tasks

Run Website Locally

cd website
npm install
npm run dev

Build for Production

cd website
npm run build
npm start