Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 356 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 356 Bytes

SDKMAN! website

Build status

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