Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 808 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 808 Bytes

breadcalc

https://breadcalculator.netlify.app/

Another bread calculator. Based on Method #2 detailed in Levain Calculation | The Fresh Loaf.

Takes inputs of:

  • Flour and Water in levain feed
  • Flour, Water, Levain, Salt in your dough mix.

Outputs a table of relevant percentages and totals in your baked loaf of bread

Progressive Web App, works offline, built with Vue.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.