You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
- Angular project created via [Angular CLI](https://github.com/angular/angular-cli) v8.3.0 or greater.
9
9
10
10
### Steps:
11
-
1. run ```ng add @netlify-builder/deploy``` to add necessary dependencies. Once, it get installed,you will be prompted to enter (a) Site Id and (b) netlfy Token
11
+
1. run ```ng add @netlify-builder/deploy``` to add necessary dependencies. Once, it get installed,you will be prompted to enter (a) Site Id and (b) Netlify Token
12
12

13
13
2. run ```ng deploy``` assuming that you have [Angular CLI](https://github.com/angular/angular-cli) installed globally
14
14
@@ -24,7 +24,6 @@
24
24
25
25
# Netlify Builder demo
26
26
27
-
28
27
This repository contains an example of the Angular CLI Architect API.
Copy file name to clipboardExpand all lines: src/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ Deploy your Angular app to Netlify directly from the Angular CLI! 🚀
8
8
9
9
You will need two things in order to get started
10
10
11
-
- API ID (Site ID) : Every netlify app have a API ID which uniquly identify that app. You can find this inside your project's Setting/General section.
11
+
- API ID (Site ID) : Every Netlify application has an API ID that uniquely identify the respective app. You can find it inside your project's Setting/General section.
-[Personal access tokens](https://app.netlify.com/user/applications#personal-access-tokens) : Acess token give you the ability to communicate with netlify over API. This will help you in pushing the code on Netlify.
13
+
-[Personal access tokens](https://app.netlify.com/user/applications#personal-access-tokens) : Access token gives the ability to communicate with Netlify over API and helps to push the code on Netlify.
@@ -19,11 +19,11 @@ You will need two things in order to get started
19
19
ng add @netlify-builder/deploy
20
20
```
21
21
22
-
This command will configure everything, you just need to provide API ID and Personal access tokens when it will ask you for that.
22
+
The above command will configure everything, you just need to provide API ID and Personal access tokens when it will ask you for that.
23
23
24
24
## That's it. Now, you are good to go
25
25
26
-
Now whenever you want to deploy your angular project just run a command `ng run [YOUR_PROJECT_NAME]:deploy` and your project got live with new update.
26
+
Now, Whenever you want to deploy your angular project just run a command `ng run [YOUR_PROJECT_NAME]:deploy` and your project will be deployed with new updates.
27
27
28
28
29
29
## 📦 Options <aname="options"></a>
@@ -57,7 +57,7 @@ This command causes the `--configuration` setting to have no effect.
57
57
-**optional**
58
58
- Default: `false` (string)
59
59
- Example:
60
-
-`ng deploy --create` – Will create a new site if there is no site id or the site id is does not exists on netlify
60
+
-`ng deploy --create` – The command will create a new site if there is no site id or the site id does not exists on netlify
0 commit comments