Skip to content

slamdunking/beta.httparchive.org

 
 

Repository files navigation

beta

Beta version of https://github.com/HTTPArchive/httparchive at https://beta.httparchive.org

Run Locally

Source

  1. If you don't have virtualenv, install it using pip.
sudo pip install virtualenv
  1. Create an isolated Python environment, and install dependencies:
virtualenv env
source env/bin/activate
pip install -r requirements.txt
  1. Install the NPM dependencies:
npm install
  1. Run the application:
npm run start
  1. In your web browser, enter the following address: http://localhost:8080

Deploy

npm run deploy

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.5%
  • HTML 28.7%
  • Python 11.2%
  • CSS 9.9%
  • Shell 8.7%