mnswpr/README.md
2022-08-29 08:07:46 +02:00

17 lines
696 B
Markdown

# Play Minesweeper Online
[![Netlify Status](https://api.netlify.com/api/v1/badges/172478bd-afc5-4e47-95ba-d9ab814248fb/deploy-status)](https://app.netlify.com/sites/mnswpr/deploys)
This is a single page web application featuring the classic game, Minesweeper.
Built on HTML, JS, and CSS.
## Development
To start development, you need node v16 (the dev server doesn't work on v18 *yet*). Once you know you have this, you can do the following:
1. Install dependencies: `npm i`
2. Start the dev server: `npm run dev`
## Running Locally
After running the commands to start development, open in a browser: `http://localhost:4200`
## Live Demo
The current live site is here: (https://mnswpr.com)