Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 603 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 603 Bytes

Heptathlon Calculator

Calculator for women's outdoor heptathlon scores with comparison chart.

Compiled with Scala.js to run in the browser.

🏃‍♀️ Try it out online!

Build

Requires: sbt, node.

Run tests:

$ sbt test

Fast JavaScript build with reload (to target/scala-2.13/scalajs-bundler/main/heptathlon-fastopt-bundle.js):

$ sbt ~fastOptJs::webpack

Full JavaScript build (to target/scala-2.13/scalajs-bundler/main/heptathlon-opt-bundle.js):

$ sbt fullOptJS::webpack

Homepage