Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 566 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 566 Bytes

roast-timer.com Coffee roast timer

This timer is made for home coffee roaster that want to log their roasts. I use this site when roasting on my Gene Café CBR-101.

This is the repository for the site roast-timer.com.

Run the project

  • Install Django. On Ubuntu:
$ pip install django
$ python manage.py migrate
  • Run the project locally
$ python manage.py runserver