Featureful and performant web-based diff viewer.
/: Multi-file concise diff viewer
SvelteKit frontend using tailwindcss for styling, deployed to Cloudflare Pages via GitHub Actions.
Web extension that streamlines opening diffs in the viewer.
- Install pnpm and execute
pnpm installto install the required dependencies. - Install a JVM 21 or newer for the Gradle runtime (prefer a JDK to avoid extra downloads for a compiler).
- The frontend can be tested with
pnpm run devin/web.
- The frontend uses ESLint and Prettier for code style. Run
pnpm run formatto reformat andpnpm run lintto check style.