Skip to content

ATCP/beta.httparchive.org

 
 

Repository files navigation

beta

Beta version of https://github.com/HTTPArchive/httparchive at http://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 42.7%
  • HTML 28.9%
  • CSS 11.7%
  • Python 9.3%
  • Shell 7.4%