# Play Minesweeper Online This is a single page web application featuring the classic game, Minesweeper. [![Netlify Status](https://api.netlify.com/api/v1/badges/172478bd-afc5-4e47-95ba-d9ab814248fb/deploy-status)](https://app.netlify.com/sites/mnswpr/deploys) 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)