See API.md for a detailed description about the API provided by SAS Learning.
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
After having your machine ready to go, all you need to do to run tests is:
sbt test
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.