chore: update readme
This commit is contained in:
parent
5d50a498fb
commit
1cfd766c56
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
@ -1,17 +1,15 @@
|
|||
# Play Minesweeper Online
|
||||
[](https://app.netlify.com/sites/mnswpr/deploys)
|
||||
|
||||
This is a single page web application featuring the classic game, Minesweeper.
|
||||
|
||||
[](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 dev`
|
||||
To start development,
|
||||
0. You need node v16 (the dev server doesn't work on v18 *yet*)
|
||||
1. Install dependencies: `npm i`
|
||||
2. Start the dev server: `npm run dev`
|
||||
|
||||
## Live Demo
|
||||
|
||||
The current live site is here: (https://mnswpr.com)
|
||||
|
|
Loading…
Reference in a new issue