GitXplorerGitXplorer
o

smarty-pants

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
26b156ad07b4ea48cc05dd1b65d26059152d1025

links to alternate style

committed 7 years ago
Unverified
709fd55b930b698fba607e07dd23bce1229c9766

forgot period

committed 7 years ago
Unverified
70b60a55d9ec371ab13bd817f58c6b35a89cd085

@ doesn't auto-link?

committed 7 years ago
Unverified
0087eff01250c8fcdc0e619030a334668d30c98c

link to kelonye

committed 7 years ago
Unverified
050975ddac0a7466f88ad66dbc4714f1731e20d1

how to make gh-pages

committed 7 years ago
Unverified
a24ff68a3ae01f85987370f281c126a884f7b20d

add link to gh-pages

committed 7 years ago

README

The README file for this repository.

smarty-pants

Source code for smarty pants calculator.

Written in Elm. Website requires

  • index.html
  • style.css
  • public.js

The first two are static. To generate public.js from smarty_pants.elm, run make. This assumes you have Elm and elm-make.

Thanks to @kelonye for making demo-bmi-calc, from which much of this was copied.

It seems there are other ways of doing style in Elm

but that's for another day, I think.