Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c99dd22

Browse files
committed
chore(docs/contribute): add note about serving the docs
1 parent 1b1413a commit c99dd22

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/content/misc/contribute.ngdoc

+5-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Administrator). This is because `grunt package` creates some symbolic links.
8787
</div>
8888

8989
<div class="alert alert-warning">
90-
**Note:** If you're using Linux, and npm install fails with the message
90+
**Note:** If you're using Linux, and npm install fails with the message
9191
'Please try running this command again as root/Administrator.', you may need to globally install grunt and bower:
9292
<ul>
9393
<li>sudo npm install -g grunt-cli</li>
@@ -131,6 +131,10 @@ made available a local web server based on Node.js.
131131
```
132132
By default, it serves the contents of the AngularJS project directory.
133133

134+
3. To access the locally served docs, visit this URL:
135+
```
136+
http://localhost:8000/build/docs/
137+
```
134138

135139
## Running the Unit Test Suite
136140

0 commit comments

Comments
 (0)