sheldarr / beer-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

beer-calculator

Beer calculator is a set of utility tools made to facilitate beer design.

Functionalities

  • Alcohol By Volume calculator
  • Dillution and Boill Off calculator
  • Malts management, SRM/EBC color calculator
  • Mash (efficiency, mash water, sparge water, estimated density)
  • Hops management, IBU calculator
  • Import/Export recipe

development

cp .env.example .env

make install dev

production

cp .env.example .env

sed -i 's/NODE_ENV=development/NODE_ENV=production/g' .env

make install build prod

About

License:MIT License


Languages

Language:TypeScript 98.5%Language:Makefile 1.1%Language:JavaScript 0.3%Language:Shell 0.1%