Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danyshaanan/game-of-life


https://github.com/danyshaanan/game-of-life

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

### Game of Life simulator

```bash
# Install:
npm i
# Start the webpack-dev-server:
npm start -- --open
# Watch tests:
npm run watch
# Generate a coverage report at `coverage/index.html`:
npm run coverage

# Generate targets in the ./docs/ directory:
npm run publish
```