I have followed setup instruction provided in the github page, admin page portion is opening fine but While I tried create a new Listing, form is not showing up. Menu drop down is also not working. When I inspect from browser found that line of code —> window.ST.jsonTranslations = #{JSONTranslations.get(I18n.locale)} form application.js file is complaining that JSONTranslations is not defined
After a few head bang moment I have figured out that my node version was 6.2 then I changed it to 6.1 and everything working now this thread helped me to figure out the issue
This bug may also be related: https://github.com/sharetribe/sharetribe/issues/2087