Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 766 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 766 Bytes

Inspect a Website

Are you curious about how a amazing website is structured? This web application allows users to not only fetch and inspect a website's HTML, but also preview the overall website.

image image

Navigate to Inspect a Website or run locally using the following instructions.

Set up

Clone or fork this repo:

https://github.com/theresa-clare/Inspect-Website.git

Create and activate a virtual environment inside your project directory:

virtualenv env
source env/bin/activate

Install the requirements:

pip install -r requirements.txt

For questions or concerns, please email [email protected]