-
Install Ruby and Rubygems. There are many resources on the web can help you to do so, one of the best ways may be rvm.
-
Install spade. Follow instructions on its project page.
-
Install sproutcore-preprocessor via
spade install sproutcore-preprocessor
. -
Enter the following commands in your command shell:
cd sproutcore20 spade update spade preview
-
Then visit: http://localhost:4020/tests.html?package=PACKAGE_NAME. Replace 'PACKAGE_NAME' with the name of the package you want to run. For example:
Be sure you include the new package as a dependency in the global package.json
and run spade update
.
Note that unless you are adding new tests or adding a new package you should not need to run spade update
.