Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.33 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.33 KB

SAS Learning

Build Status Codacy Badge codecov

Description

API

See API.md for a detailed description about the API provided by SAS Learning.

Contributing

Dependencies

In order to have a running version of this project you must setup your machine with:

  • Git
  • Scala 2.12.7
  • SBT 1.2

Now clone the repository to your machine by:

git clone [email protected]:socialsoftware/saslearning.git

Configuration

Testing

After having your machine ready to go, all you need to do to run tests is:

sbt test

Running

After having your machine setup and your configuration defined all you have to is:

$ sbt reStart

We use sbt-revolver for starting/stopping and triggered restart. Please see its documentation for other usage options. Traditional sbt run also works.