From ef079664827e9f732d92c7e1d8fd83dacad098ad Mon Sep 17 00:00:00 2001 From: nkoder Date: Sun, 25 Apr 2021 18:35:15 +0200 Subject: [PATCH 1/2] Update commands mentioned in README.md in order to reuse already defined npm scripts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c740b76..fd544c8 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ Requirements: you must have node.js and git installed. 1. Click **Fork** above. It will automatically create a copy of this repository and add it to your account. 2. Clone the repository to your computer. -3. Open the folder in command prompt and run **npm install** +3. Open the folder in command prompt and run **`npm install`** 4. Make any changes you would like to suggest. -5. In command prompt run **node build.js** which will compile it to the */build* folder, where you can make sure it works +5. In command prompt run **`npm run build`** which will compile it to the `/build` folder, where you can make sure it works – the easiest way is to do so is to run **`npm run serve`**. You can also do both at once by running `npm test`. 6. Add, Commit and Push your changes to your fork. 7. On the github page for your fork, click **New Pull Request** above the file list. 8. Change the **head repository** dropdown to your fork. From 2e21a917d9393812b34744c082bc3418cfc83ad4 Mon Sep 17 00:00:00 2001 From: nkoder Date: Sun, 25 Apr 2021 18:37:57 +0200 Subject: [PATCH 2/2] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd544c8..bb2ed8d 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Requirements: you must have node.js and git installed. 2. Clone the repository to your computer. 3. Open the folder in command prompt and run **`npm install`** 4. Make any changes you would like to suggest. -5. In command prompt run **`npm run build`** which will compile it to the `/build` folder, where you can make sure it works – the easiest way is to do so is to run **`npm run serve`**. You can also do both at once by running `npm test`. +5. In command prompt run **`npm run build`** which will compile it to the `/build` folder, where you can make sure it works – the easiest way to do so is to run **`npm run serve`**. You can also do both at once by running `npm test`. 6. Add, Commit and Push your changes to your fork. 7. On the github page for your fork, click **New Pull Request** above the file list. 8. Change the **head repository** dropdown to your fork.