Another Conway's Game of Life implemetation
Clone this repo
git clone https://github.com/rootasjey/conway.git
Install dependencies
yarn
npm install
Run the app
yarn run start
npm start
Ava is used as the tests runner
yarn run test
npm run test
yarn run lint
npm run lint
MIT