Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 759 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 759 Bytes

genetic-algorithm

Genetic Algorithm - EPSI Project - I4

License: MIT JavaScript Style Guide CircleCI

Installation

npm install
npm start

Linter

This project use StandardJS as linter with a pre-commit hook.

To configure text editor, see this link.

To run linter : npm run lint

To run linter with auto-fix : npm run lint:fix