An open API service indexing awesome lists of open source software.

https://github.com/serhalp/netlify-cache-inspector

Netlify cache inspector: inspect & compare cache headers for requests to Netlify sites
https://github.com/serhalp/netlify-cache-inspector

http-cache netlify

Last synced: 11 months ago
JSON representation

Netlify cache inspector: inspect & compare cache headers for requests to Netlify sites

Awesome Lists containing this project

README

          

# Netlify Cache Inspector

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

## Development

Install dependencies:

```bash
pnpm install
```

### Dev Server

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

```bash
pnpm run dev
```

### Production build

Build the application for production:

```bash
pnpm run build
```

### Locally preview of a production build

```bash
pnpm run preview
```

## Deployment

This site deploys automatically to Netlify.