Getting Started

Create a new Silverlight application

> script/sl [ruby|python|jscript] <application_name>

This will create a Silverlight application in the language of your choosing in the "application_name" directory where you ran the script.

Run an application

> script/server /b

This will launch Chiron, the Silverlight development utility, as well as open your default browser to http://localhost:2060. If you pass the /w instead of the /b switch, it will just start the server and not launch your browser. See the Chiron page for more of its usage details.