/lila-search

Keep elasticsearch threads out of your web facing app, kids

Primary LanguageScalaGNU Affero General Public License v3.0AGPL-3.0

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:

sbt test

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

sbt prepare