A light weight dependency framework written in scala
You need to download and install sbt for this application to run.
brew install coursier/formulas/coursier && cs setup
Once you have sbt installed, the following at the command prompt will start up Play in development mode:
sbt run
Play will start up on the HTTP port at http://localhost:9000/. You don't need to deploy or reload anything -- changing any source code while the server is running will automatically recompile and hot-reload the application on the next HTTP request.
sbt test
./docker-build.sh
sbt clean reload compile scalafmtOnly <file-name>
sbt clean reload compile scalafmtAll
sbt clean reload compile scalafmtSbt
sbt clean reload compile scalafix