Skip to content

Commit d9b67ac

Browse files
committed
switch back to npm & prettier menu
1 parent 515258e commit d9b67ac

File tree

6 files changed

+8473
-6848
lines changed

6 files changed

+8473
-6848
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
## Instructions
1212

1313
<details>
14-
<summary>Install localy</summary>
14+
<summary>Install locally</summary>
1515

1616
```bash
1717
git clone https://github.com/michaljaz/web-minecraft
1818
cd web-minecraft
19-
yarn install
19+
npm i
2020

2121
```
2222
</details>
@@ -30,7 +30,7 @@ To run this game you need to start real minecraft server (by default it is 1.16.
3030

3131
```bash
3232
#Optionally you can run lite minecraft server (flying-squid)
33-
yarn server
33+
npm run server
3434

3535
```
3636
</details>
@@ -43,7 +43,7 @@ yarn server
4343

4444
```bash
4545
#Start node server with webpack middleware
46-
yarn dev
46+
npm run dev
4747

4848
```
4949
</details>
@@ -52,13 +52,12 @@ yarn dev
5252

5353
```bash
5454
#Cleaning dist folder (old game bundles)
55-
yarn clean
55+
npm run clean
5656

5757
#Building app bundle
58-
yarn build
59-
58+
npm run build
6059
#Start node server and serve bundle files
61-
yarn start
60+
npm start
6261

6362
```
6463

@@ -67,7 +66,7 @@ yarn start
6766
<details>
6867
<summary>Browser support</summary>
6968

70-
It is prefered to run this game on [Google Chrome](https://www.google.pl/chrome/) (best performance), but it could work on other browsers.
69+
It is preferred to run this game on [Google Chrome](https://www.google.pl/chrome/) (best performance), but it could work on other browsers.
7170
</details>
7271

7372

0 commit comments

Comments
 (0)