Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (16 loc) · 696 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 696 Bytes

Bower stats web client

Insights into Bower, the best package manager for the web.

v1 planning here: bower/bower#1164 (comment)

v2 & beyond planning done in this repo's issues.

Screenshot

bower-stats screenshot

Development

System Dependencies - Node.js

Install dev dependencies: npm install

Install front-end dependencies: bower install

View development app w/ un-minified files & sourcemaps - gulp dev then visit localhost:3000/src

View production app w/ min / concat files - gulp prod then visit localhost:3000

Deployment

Push to this repo's gh-pages branch