Online demo: https://rossning92.github.io/genetic-algorithm/

Make sure you have node 12+ installed: https://nodejs.org/en/download/
- Install all dependencies by
npm ioryarnif you have yarn installed. - Run demo locally:
npm start - Build the whole demo into
/docsfolder:npm run build