- install java 8+
- install sbt 1.3.10
- install Docker
- install docker-compose (for Mac and Windows it is installed automatically with docker)
- start PostgreSQL server:
- execute in console from project root
docker-compose up
or see make file - Start backend
- there is an example.env file with the dev config values, copy the content of that file into a .env file
- execute in console from project root
sbt run
- make sure you started the PostgreSQL server
- execute in console from project root
sbt check
- the project has its own fmt conf in .scalafmt.conf
- make sure your IntelliJ plugin recognizes that conf