This is an accompanying repo to my blog post.
The genetic algorithms implementation is in a separate library called Genovese.
You will need to have NPM and Scala-CLI installed if you want to run it locally.
Run: make run
Docker: docker build . -t scalafmt-genetic-optimiser
- Terminal 1:
cd frontend && npm run dev
- Terminal 2:
cd backend && scala-cli run -w . --restart
Happy coding!