Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 503 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 503 Bytes

Netlify Cache Inspector

Utility web app for inspecting and comparing cache headers for requests to Netlify sites

Development

Install dependencies:

pnpm install

Dev Server

Start the development server on http://localhost:3000:

pnpm run dev

Production build

Build the application for production:

pnpm run build

Locally preview of a production build

pnpm run preview

Deployment

This site deploys automatically to Netlify.