Skip to content

lichess-org/lila-search

Repository files navigation

Search service for lichess.org

"Keep elasticsearch threads out of your web facing app, kids" -- W. Churchill

Developement

Start sbt

Copy default settings

cp .env.example .env
cp .sbtops.example .sbtopts

Start sbt:

sbt

Inside sbt console

Start server:

app/run

Run tests:

test

Run code format and auto code refactor with scalafmt & scalafix:

prepare

Start ingestor service:

ingestor/run