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.
- Install Django. On Ubuntu:
$ pip install django
$ python manage.py migrate
- Run the project locally
$ python manage.py runserver
- Access http://localhost:8000