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 i
oryarn
if you have yarn installed. - Run demo locally:
npm start
- Build the whole demo into
/docs
folder:npm run build