Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 434 Bytes

Readme.md

File metadata and controls

15 lines (9 loc) · 434 Bytes

Viewportify

A little site for generating visualisations of the screen reolutions or viewports used by visitors to a site.

http://viewportify.hawksworx.com

Hosting

This site runs on Heroku. Deploy with git push heroku master

Local development

  • Requires a local MongoDB service to be running.
  • Install other requirements with npm install
  • To access the hreoku environment variables, run locally with foreman start