shippie

extendable code review and QA agent 🚢

GitHub Stars

2,246

User Rating

Not Rated

Favorites

0

Views

101

Forks

235

Issues

2

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 18.0.0 or higher
bun: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/mattzcarey/shippie.git
cd shippie

2. Install Dependencies

bash
bun install

3. Set Up API Key

Rename the .env.example file to .env.
Open the .env file and replace YOUR_API_KEY with your actual OPENAI API key.

4. Run the Application

bash
bun start

Troubleshooting

Common Issues

Issue: Application won't start Solution: Check Node.js version and reinstall dependencies.