Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.46 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.46 KB

PageGauge

Quickly Assess Your Website's Usability: pagegauge.io

Background

PageGauge is a simple web tool to assess the usability of any website using automated analysis. It programmatically assesses various usability criteria and provides a "Usability Score" as an output. It was built in a ~1 day distributed hackathon, and is free and open-source.

Read more in our FAQs or learn how to run your own distributed hackathon in this post.

You're welcome to suggest edits here or if you want to join our team for the next hackathon then sign-up here

Running PageGauge locally

Gulpfile.js

To install Node visit https://nodejs.org/download.

To install gulp, and install the rest of the dependencies run the following commands:

$ npm install gulp -g
$ npm install

From here on out, simply run gulp from your terminal and you're good to go!

$ gulp

The gulp command compiles and serves the site from http://localhost:9001

PageGauge API

The default configuration is for the local instance (running on 9001) will contact the PageGauge API on api.pagegauge.io. This can be changed to point to your local instance of the API if you're making changes there too.