From 8c4c56afaf87a961184173b6a473ca52467b4c81 Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 25 Dec 2019 01:31:17 +0800 Subject: [PATCH] add read me --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d47525c --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# 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.fullhacker.com) \ No newline at end of file