Fork this page on GitHub

How to Build Scalate

The way most developers get started contributing to a project.

Building with sbt

Scalate uses sbt as its primary build tool for performing releases and uses the pom.xml to describe dependencies between modules.

Prequisites

Required:

Operations

sbt compile
sbt test

See Also