Skip to content

Connect to a runtime

Drop into Alice's runtime, where you can interact via JavaScript console with her and debug code/processes while it is running.

with entity

Using the default == interface

alice shell

is same as

alice shell interface

or connect to a specific process

alice shell site ecoincore.com
or

alice shell lighthouse

bare meteor

cd ~/.alice/interface/src 
meteor shell

or

cd ~/.alice/lighthouse/src 
meteor shell

tip!

use let while in the shell.

you might be tempted to use a const, but if you need to rerun the code you will need to reload the connected runtime in order to do that.