Skip to content

alexlrobertson/CoffeeCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeeCalc

CoffeeCalc is a tool to help you find the perfect brewing ratio between coffee grounds and water.

To set up the project run:

npm install
npm install gulp -g
gulp
python -m SimpleHTTPServer

and visit localhost:8000 in the browser.