You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Florine W. Dekker bfbbda2624
Prevent page jumping when clicking buttons
4 months ago
src/main Prevent page jumping when clicking buttons 4 months ago
.editorconfig Set up deployment with npm 3 years ago
.gitattributes Set up deployment with npm 3 years ago
.gitignore Set up deployment with npm 3 years ago
Gruntfile.js Add Goatcounter and relocate some resources 2 years ago
LICENSE Update repository URL 1 year ago
README.md Set up deployment with npm 3 years ago
package-lock.json Upgrade template to v3 4 months ago
package.json Prevent page jumping when clicking buttons 4 months ago
tsconfig.json Rewrite to TypeScript 3 years ago

README.md

Minesweeper

An implementation of Minesweeper.

Development

Requirements

Setting up

# Install dependencies (only needed once)
$> npm ci

Building

# Build the tool in `dist/` for development
$> npm run dev
# Same as above, but automatically rerun it whenever files are changed
$> npm run dev:server
# Build the tool in `dist/` for deployment
$> npm run deploy