https://github.com/uetchy/readable-paper
📜 Read The Fucking Paper
https://github.com/uetchy/readable-paper
readability research-paper
Last synced: 1 day ago
JSON representation
📜 Read The Fucking Paper
- Host: GitHub
- URL: https://github.com/uetchy/readable-paper
- Owner: uetchy
- License: mit
- Created: 2016-12-16T03:48:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T11:00:38.000Z (over 7 years ago)
- Last Synced: 2025-02-21T19:27:45.052Z (over 1 year ago)
- Topics: readability, research-paper
- Language: Python
- Homepage: https://readable-paper.herokuapp.com
- Size: 662 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# readable-paper

## Build
```
docker-compose up --build
```
then access to
## Heroku
```
heroku create
heroku addons:add heroku-redis
git push heroku master
```