Skip to content

INSTALL

Kamil Adam edited this page Sep 30, 2023 · 18 revisions

Compile, test and generate coverage report:

Compile and test all platforms

sbt scalafixAll &&
sbt scalafmtAll &&
sbt clean compile Test/compile &&
sbt test

Compile and test JVM with coverage

sbt clean compile Test/compile &&
sbt coverage coreJVM/test coverageReport &&
sbt coverageReport

Compile and test Native (with e2e tests)

sbt clean compile Test/compile &&
sbt coreNative/test

Compile and test JS (with web application)

sbt clean compile Test/compile &&
sbt coreJS/test

Jekyll

cd docs
bundle exec jekyll serve
Clone this wiki locally