https://github.com/dxe4/hack4good
you should hack for good too
https://github.com/dxe4/hack4good
Last synced: about 1 year ago
JSON representation
you should hack for good too
- Host: GitHub
- URL: https://github.com/dxe4/hack4good
- Owner: dxe4
- License: gpl-3.0
- Created: 2014-09-13T10:05:11.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-14T16:29:28.000Z (almost 12 years ago)
- Last Synced: 2025-02-10T07:44:21.954Z (over 1 year ago)
- Language: JavaScript
- Size: 3.4 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hack4good
=========
you should hack for good too,
Many thanks to [Mahdi Dibaiee](https://github.com/mdibaiee "Mahdi Dibaiee") for helping with d3.js and front end in general


```
git clone...
cd hack4good
sudo apt-get install python-virtualenv
virtualenv venv
source venv/bin/activate
source h4good/dev.env
pip install -r req.txt
cd h4good
python manage.py collectstatic
python manage.py runserver
```