From 504e42960c9cdc137698c0b24b4114b760385c63 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 2 Apr 2026 17:10:49 +0200 Subject: [PATCH] chore: update readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 471e619..baaec82 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,19 @@ -# Play Minesweeper Online +# Play Minesweeper Online for Free [![Netlify Status](https://api.netlify.com/api/v1/badges/172478bd-afc5-4e47-95ba-d9ab814248fb/deploy-status)](https://app.netlify.com/sites/mnswpr/deploys) Play it here: [mnswpr.com](https://mnswpr.com). This is the classic game **Minesweeper** built with vanilla web technologies (i.e., no framework dependency). Technology Stack: - HTML, JS, and CSS -- Vite for bundling - Firebase for leader board store - Netlify for hosting +Development tooling: +- [Vite](https://vite.dev/) for bundling +- [Eslint](https://eslint.org) for JS linting & [CSS linting](https://eslint.org/blog/2025/02/eslint-css-support/) +- [ESLint Stylistic](https://eslint.style) for JS formatting +- [Husky](https://typicode.github.io/husky/) for git hooks + ## Project motivation One day, while working in my home office, I heard loud and fast mouse clicks coming from our bedroom. It's my wife, playing her favorite game (Minesweeper) on a crappy website full of advertisements.