No description
b75678d397
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](https://github.com/EventSource/eventsource/compare/v1.0.7...v1.1.1) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github/workflows | ||
src | ||
.babelrc | ||
.gitignore | ||
index.html | ||
package-lock.json | ||
package.json | ||
README.md | ||
RunningScreenshot.png | ||
SeedScreenshot.png | ||
webpack.common.js | ||
webpack.dev.js | ||
webpack.prod.js |
Game of Life
It's not really about the Game of Life
A weekend project with the following goals:
- implement webpack build with babel
- develop a simple Conway's Game of Life app without framework reliance
- seed Game of Life with GitHub contribution calendars just for fun
- implement a GitHub Actions workflow