add read me
This commit is contained in:
parent
6a4c5c1724
commit
8c4c56afaf
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -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)
|
Loading…
Reference in a new issue