This repository contains the grid-core code accompanying AAU cs-23-DAT-2-07's P2 report
This is the computational core that will be served by the grid server and run by the worker in the grid's client.
Clone repository
git clone https://github.com/DAT2G7/grid-coreInstall dependencies
npm installBuild project
npm run buildAs the core is made to be executed by the grid client, it has no self-contained run command