This React application allows you to view open pull requests from GitHub repositories in the OpenDevin organization.
Setup
- Clone the repository
- Install dependencies:
npm install - Create a
.envfile in the root directory and add your GitHub token:VITE_GITHUB_TOKEN=your_github_token_here - Run the development server:
npm run dev - Open your browser and navigate to the URL provided by Vite (usually http://localhost:5173)
Running Tests
To run the tests, use the command: npm test
Building for Production
To build the app for production, use: npm run build
Note
Make sure to replace your_github_token_here with an actual GitHub personal access token that has the necessary permissions to read repository and pull request information from the OpenDevin organization.
License
This project is licensed under the MIT License. See the LICENSE file for details.