Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 467 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 467 Bytes

purebmi

simple body mass index calculator built with purescript & purescript-thermite (react wrapper).

demo url: http://e.lefant.net/purebmi/

learn more about the BMI on wikipedia: http://en.wikipedia.org/wiki/Body_mass_index


to build during hacking / for preview run:

pulp browserify --to index.js --watch

to update gh-pages branch:

pulp dep install
pulp browserify --to index.js
git add -f index.html index.js bower_components