Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 306 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 306 Bytes

pubstomp.hu

The code behind http://pubstomp.hu - powered by Flask. Blame @RJacksonM1 for all these dependencies.

Requirements

  • Python 2.7
  • Ruby
  • node.js

Installing

pip install -r requirements.txt
bundle install
npm install
bower install

Running

invoke start