nherson / blendtimes

A simple homebrew blending calculator

Home Page:https://nherson.github.io/blendtimes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blend Times

The (bl)end times are upon us.

Development

Run the server locally:

npm run start

Watch for tailwind changes and automatically recompile CSS (run in background):

npx tailwindcss -i ./src/index.css -o ./build/output.css --watch

Prepare a deploy:

npm run predeploy

Deploy:

npm run deploy

Todo

  • Support keg base weight
  • Final volume specification
  • Fine tuned weight adjustments w/ final gravities
  • Help modal
  • CSV download
  • Metric

About

A simple homebrew blending calculator

https://nherson.github.io/blendtimes/

License:MIT License


Languages

Language:JavaScript 73.2%Language:HTML 25.9%Language:CSS 0.9%