Hackit - Reddit for Facebook Groups.
Pull requests appreciated!
##Setup
Setup is provided via Vagrant, which deals with all dependencies and setup issues.
To start Hackit with Vagrant:
- Install Vagrant
- Clone the repo
- Run, in a terminal:
vagrant up
vagrant ssh
python /vagrant/web.py
Please check out the bootstrap.sh
file, as that contains all the setup needed for installing dependencies for Hackit.