From 17af4376c0a92281c7bb85fbf746774a7c0a3cba Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 2 Apr 2026 12:00:08 +0200 Subject: [PATCH] chore: update readme; remove outdated info --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index f4b0aef..a1c2ae2 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,5 @@ To start development, 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` -## Running Locally -After running the commands to start development, open in a browser: `http://localhost:4200` - -## Contribution reminders - -1. There's no hot reloading. You have to reload the app after making a change. OR contribute to enable HMR? ;) -2. This is a very messy code; a product of quick hacking and shipping while live users are giving feedback. Let's clean it up! - ## Live Demo *👉 The live site is here: [Minesweeper](https://mnswpr.com)*