Pactpact

Web App

Technical details about the Pact web application

Web App

The Pact web app provides a browser-based interface for editing configurations.

Tech Stack

TechnologyPurpose
SvelteKitFramework
Tailwind CSSStyling
CodeMirror 6Code editor
Lucide SvelteIcons
Cloudflare PagesDeployment

Routes

RoutePurpose
/Landing page
/authRedirects to GitHub OAuth
/auth/callbackHandles OAuth callback
/dashboardMain dashboard
/editorFile editor

Local Development

cd web
npm install
npm run dev

Deployment

The web app is deployed to Cloudflare Pages at https://pact-ckn.pages.dev

On this page