Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 473 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 473 Bytes

The main site for the Programming: Feel the Power DeCal.

Setup

You will need

  • Python 2.7
  • setuptools
  • Pip
  • Node.js

Install Python dependencies with

pip install -r requirements.txt

and Node.js dependencies

npm install reflect
npm install ast-traverse

Building

fab build

Running

fab

git submodule init git submodule update

To Deploy to Website: cd pftp; fab build; cd ..; chown -R www-data:www-data pftp