This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 6
6
line-height : 1.5 ;
7
7
}
8
8
9
+ .lang-text * {
10
+ color : # 333333!important ;
11
+ }
12
+
9
13
.pln {
10
14
color : # 333333 ;
11
15
}
Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ minified AngularJS files:
62
62
63
63
```shell
64
64
# Clone your Github repository:
65
- git clone
[email protected] :<github username>/angular.js.git
65
+ git clone
" [email protected] :<github username>/angular.js.git
"
66
66
67
67
# Go to the AngularJS directory:
68
68
cd angular.js
69
69
70
70
# Add the main AngularJS repository as an upstream remote to your repository:
71
- git remote add upstream https://github.com/angular/angular.js.git
71
+ git remote add upstream " https://github.com/angular/angular.js.git"
72
72
73
73
# Install node.js dependencies:
74
74
npm install
@@ -126,13 +126,13 @@ made available a local web server based on Node.js.
126
126
```
127
127
128
128
2. To access the local server, enter the following URL into your web browser:
129
- ```
129
+ ```text
130
130
http://localhost:8000/
131
131
```
132
132
By default, it serves the contents of the AngularJS project directory.
133
133
134
134
3. To access the locally served docs, visit this URL:
135
- ```
135
+ ```text
136
136
http://localhost:8000/build/docs/
137
137
```
138
138
@@ -165,7 +165,7 @@ change. To execute tests in this mode run:
165
165
2. To capture more browsers, open this URL in the desired browser (URL might be different if you have multiple instance
166
166
of Karma running, read Karma's console output for the correct URL):
167
167
168
- ```shell
168
+ ```text
169
169
http://localhost:9876/
170
170
```
171
171
You can’t perform that action at this time.
0 commit comments