Quick Start Guide
Get up and running with PinZip in minutes
1
Clone the Repository
Get the source code from GitHub
git clone https://github.com/gitchking/PinZip.git
cd PinZip2
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
- Open Chrome: chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked"
- Select the extension folder
- Done! 🎉
Common Tasks
Run Website Locally
cd website
npm install
npm run devBuild for Production
cd website
npm run build
npm start