chore: update readme
This commit is contained in:
parent
1cfd766c56
commit
7a983ec212
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ This is a single page web application featuring the classic game, Minesweeper.
|
||||||
Built on HTML, JS, and CSS.
|
Built on HTML, JS, and CSS.
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
To start development,
|
To start development, you need node v16 (the dev server doesn't work on v18 *yet*). Once you know you have this, you can do the following:
|
||||||
0. You need node v16 (the dev server doesn't work on v18 *yet*)
|
|
||||||
1. Install dependencies: `npm i`
|
1. Install dependencies: `npm i`
|
||||||
2. Start the dev server: `npm run dev`
|
2. Start the dev server: `npm run dev`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue