Installation
Prerequisites
Before installing the SDK, you need to install the Pullreque.st GitHub App:
- Visit https://github.com/apps/pullreque-st
- Click "Install" to add the app to your repositories
- Configure which repositories you want Pullreque.st to access
Once the GitHub App is installed, you can proceed with adding the feedback button to your application.
Requirements
- For React Projects: React 16.8 or later (hooks support required)
- For CDN/Vanilla JS: No dependencies required
Installing the SDK
Choose your preferred installation method based on your tech stack.
NPM/Yarn (React Projects)
Installation
npm install @pullreque.st/buttonCDN (Any Website)
Add this script tag to your HTML:
<script src="https://pullreque.st/cdn/button.js"></script>Next Steps
After installation, check out the Quick Start guide to get up and running in under 5 minutes.