Brewing Calculator (Demo)
A single-page brewing calculator. Developed with JS, Sass and basic Vue 3.
A calculator for the amount of sugar that needs to be added to wine/cider/beer wort/must in order to get desired alcohol %. Includes inputs for desired %, and desired final volume in liters.
npm install
- install dependencies
npm run build
- build production app
npm run start
- start a dev server at port 9000