From 9a26c6cc0e567b9de9b7705a3e0719dce8294f29 Mon Sep 17 00:00:00 2001 From: Anton Sviridov Date: Fri, 27 Sep 2024 10:30:20 +0100 Subject: [PATCH] WIP --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0717896..772bf69 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Scalafmt config optimiser with Genetic Algorithms -This is an accompanying repo to my [blog post](https://blog.indoorvivants.com/2024-09-30-scalafmt-genetic-optimiser). +[**Live demo**](https://scalafmt-genetic-optimiser.fly.dev/) + +This is an accompanying repo to my [blog post](https://blog.indoorvivants.com/2024-09-30-scalafmt-genetic-optimiser). You will need to have NPM and Scala-CLI installed if you want to run it locally.