/sdkman-website

The SDKman website

Primary LanguageHTMLApache License 2.0Apache-2.0

SDKMAN! website

Build status GitHub tag (latest by date)

This is the service backing the SDKMAN! website at https://sdkman.io

Run local

Make sure you have mongodb running locally or in a Docker Container:

$ docker run -d --net=host --name mongo mongo:3.2

Start the app:

$ ./sbt run