https://github.com/jplusplus/dystopia-tracker
The Dystopia Tracker is a collaborative effort to document predictions about the future and their realisations. Everyone is invited to contribute content and correct errors. The Dystopia Tracker was built by David Bauer in collaboration with Journalism++, with support of the Augstein Stiftung.
https://github.com/jplusplus/dystopia-tracker
Last synced: 10 months ago
JSON representation
The Dystopia Tracker is a collaborative effort to document predictions about the future and their realisations. Everyone is invited to contribute content and correct errors. The Dystopia Tracker was built by David Bauer in collaboration with Journalism++, with support of the Augstein Stiftung.
- Host: GitHub
- URL: https://github.com/jplusplus/dystopia-tracker
- Owner: jplusplus
- License: lgpl-3.0
- Created: 2014-03-26T12:56:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T08:57:47.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T04:55:28.345Z (about 2 years ago)
- Language: Python
- Homepage: http://www.dystopiatracker.com
- Size: 4.18 MB
- Stars: 22
- Watchers: 13
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dystopia-tracker
The Dystopia Tracker is a collaborative effort to document predictions about the future and their realisations. Everyone is invited to contribute content and correct errors. The Dystopia Tracker was built by David Bauer in collaboration with Journalism++, with support of the Augstein Stiftung.
## Installation
### Prerequisites
* python (2.6+)
* pip
* virtualenv
* bower
### Download
```bash
# pwd: ~
git clone git@github.com:jplusplus/dystopia-tracker.git
cd dystopia-tracker
```
### Install
```bash
make install
```
## Run
```bash
make run
```