Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 336 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 336 Bytes

Game of life

Installation

git clone https://github.com/sk1e/life && cd life && npm i
    

Build

Production

npm run build
    

Development server

npm run build-dev

Testing

npm run test

Linting

npm run lint

Launching

npm run start