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_IDandGITHUB_APP_SECRETto whatever GitHub provides. npm installnpm run buildnpm start
