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

Commit

Permalink
chore(readme): add some links and update test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Jan 6, 2012
1 parent 9632f5c commit 1dccaaa
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
Angular
======
AngularJS
=========

* Web site: http://angularjs.org
* Tutorial: http://docs.angularjs.org/#!/tutorial
* API Docs: http://docs.angularjs.org
* Developer Guide: http://docs.angularjs.org/#!/guide

Compiling
---------
rake compile

Running Tests
-------------
rake server:start
rake test
./server.sh # start the server
open http://localhost:9876/capture # capture browser
./test.sh # run all unit tests


0 comments on commit 1dccaaa

Please sign in to comment.