No description
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.6.0. - [Release notes](https://github.com/Qix-/color-string/releases) - [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md) - [Commits](https://github.com/Qix-/color-string/commits/1.6.0) --- updated-dependencies: - dependency-name: color-string dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| src | ||
| .gitignore | ||
| index.html | ||
| instructions | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
Play Minesweeper Online
This is a single page web application featuring the classic game, Minesweeper.
Built on HTML, JS, and CSS.
Development
To start development, download/fork the repository then run: npm i
To start the dev server, first run npm run watch:dev then in another terminal, run npm start
Live Demo
The current live site is here: (https://mnswpr.com)