From fc74666d7422d9cfd8a90f9de35abe68f55ee2df Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 28 Nov 2022 10:19:11 +0100 Subject: [PATCH] chore: update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6da019e..f80acd3 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Stack: - Firebase for leader board store - Netlify for hosting +*❗️ __Warning:__ This is a very messy code; a product of quick hacking and shipping while live users are giving feedback* + ## 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. @@ -36,7 +38,9 @@ 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` -*Sorry there's no hot reloading. You have to reload the app after making a change. OR contribute to enable HMR? ;)* + +*📝 __Note:__ There's no hot reloading. You have to reload the app after making a change. OR contribute to enable HMR? ;)* + ## Running Locally After running the commands to start development, open in a browser: `http://localhost:4200`