chore: update readme
This commit is contained in:
parent
fc74666d74
commit
2e8dc39b57
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
@ -9,8 +9,6 @@ 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.
|
||||
|
||||
|
@ -38,12 +36,13 @@ 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`
|
||||
|
||||
|
||||
*📝 __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`
|
||||
|
||||
## 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)*
|
||||
|
|
Loading…
Reference in a new issue