Modern, modular software often involves lots of repositories. Keeping an eye on them can be difficult.
Here's how Panorama helps:
- reviewing commits* from everyone in your organization
- visualizing cross-repository changes
- the build broke, but which shared dependency changed?
* Panorama also shows comments, pull requests, ...
- Create a GitHub app with authorization callback URL
http://localhost:3456/auth/github/callback
- Set environment variables
GITHUB_APP_ID
andGITHUB_APP_SECRET
to whatever GitHub provides. npm install
npm run build
npm start