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

Commit

Permalink
chore(docs/contribute): add note about serving the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Feb 25, 2014
1 parent 1b1413a commit c99dd22
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/content/misc/contribute.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Administrator). This is because `grunt package` creates some symbolic links.
</div>

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

3. To access the locally served docs, visit this URL:
```
http://localhost:8000/build/docs/
```

## Running the Unit Test Suite

Expand Down

0 comments on commit c99dd22

Please sign in to comment.