Presolution Tech is the parent company of
getarbor.dev

Deployment blueprint

Launch PResolution in five deliberate steps

Configuration path for production-grade command handling and observability.

  1. Create a GitHub App

    Create your app at github.com/settings/apps/new.

    • Pull Requests: Read & Write
    • Contents: Read & Write
    • Issues: Read & Write
    • Metadata: Read
  2. Clone the project

    Terminal
    git clone https://github.com/anandb71/PResolution.git cd PResolution npm install copy .env.example .env
  3. Configure environment

    .env
    APP_ID=your_app_id PRIVATE_KEY_PATH=./private-key.pem WEBHOOK_SECRET=your_webhook_secret GEMINI_API_KEY=your_api_key
  4. Run locally

    Run commands
    npm run dev npm run build npm start
  5. Install and test

    Install the app on your repository, leave review feedback in a PR thread, then reply with @PResolve /fix.