Go to file
Florine W. Dekker fc959d9619
Update highlighting colors
And fix a bug where the two preferences would get mixed up.
2023-12-01 12:58:44 +01:00
src/main Update highlighting colors 2023-12-01 12:58:44 +01:00
.editorconfig Set up deployment with npm 2020-07-25 20:35:59 +02:00
.gitattributes Set up deployment with npm 2020-07-25 20:35:59 +02:00
.gitignore Set up deployment with npm 2020-07-25 20:35:59 +02:00
Gruntfile.js Add Goatcounter and relocate some resources 2021-04-22 13:10:02 +02:00
LICENSE Update repository URL 2022-02-28 17:11:03 +01:00
README.md Set up deployment with npm 2020-07-25 20:35:59 +02:00
package-lock.json Update highlighting colors 2023-12-01 12:58:44 +01:00
package.json Update highlighting colors 2023-12-01 12:58:44 +01:00
tsconfig.json Rewrite to TypeScript 2020-07-31 23:12:16 +02:00

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