This repository was archived by the owner on Jul 15, 2019. It is now read-only.
When users create a new application, they should be able to create a mojit and then go to the URL http://localhost:8666/:mojit/:action, where :mojit is the name of the mojit instance (i.e., @myMojit) and action is the mojit method: @myMojit/index => @myMojit.index.
A correction was also made in the instructions for running apps that is displayed in the index view for the default app.