Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 717 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 717 Bytes

HTTP Headers Checker for Pantheon Sites

CacheChecker is a web browser tool that inspect HTTP response headers. This tool is designed specifically for sites on Pantheon webops platform.

** How to use this tool?**

Follow these steps:

# Step 1: Clone the repository using the project's Git URL.
git clone https://github.com/iamstoick/http-headers-checker.git 

# Step 2: Navigate to the project directory.
cd http-headers-checker

# Step 3: Run the Docker container.
docker-compose up -d

# Step 4: Visit the application at
http://localhost:8080

What technologies are used for this project?

This project is built with .

  • Vite
  • TypeScript
  • React
  • shadcn-ui
  • Tailwind CSS