Created
October 23, 2012 18:40
-
-
Save ricardoquesada/3940675 to your computer and use it in GitHub Desktop.
how to run the cocos2d-html5 tests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git clone git://github.com/cocos2d/cocos2d-html5.git | |
$ cd cocos2d-html5 | |
$ git submodule update --init | |
$ python -m SimpleHTTPServer | |
... and run a brower and open it in localhost:8000/tests | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment