Skip to content

tbille/roast-timer.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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